ARCGIS Pro踩坑及解决方案

  1. openssl as rust_openssl RuntimeError: OpenSSL 3.0's legacy provider failed to load. This is a fatal error by default, but cryptography supports running without legacy algorithms by setting the environment variable CRYPTOGRAPHY_OPENSSL_NO_LEGACY. If you did not expect this error, you have likely made a mistake with your OpenSSL configuration.
    · 参考: https://stackoverflow.com/questions/76949979/conda-when-running-give-runtimeerror-openssl-3-0s-legacy-provider-failed-to-lo
    · 很多博客说更openssl的版本有关, 还有一些说不用遗传算法就把报错的标识为改为1, ARCGIS没办法改源码, 并且我在ARCGIS Pro界面的python环境没办法设置该标志位, 而且因为使用的是windows环境,没办法直接在命令行export, 解决方案如下:
bash 复制代码
# 找到cmd激活当前arcgispro-py3(就是你软件中的活动环境), 在cmd激活
# 在安装路径下查找activate.bat路径, 我的是:
D:\ArcGISPro\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\venv\scripts\nt

# 在路径栏cmd进入
activate

# windows
set CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1 
# 不想每次运行之前都要设置的话就写成
setx CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1

#Linux
export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1
  1. 错误 032659 updateParameters Error: Traceback (most recent call last):
    File "d:\arcgispro\arcgis\pro\Resources\ArcToolbox\toolboxes\3D Analyst Tools.tbx\TrainPointCloudClassificationModel.tool\tool.script.validate.py", line 334, in <module># Validate block size in training data matches block size in pretrained model
    File "d:\arcgispro\arcgis\pro\Resources\ArcToolbox\toolboxes\3D Analyst Tools.tbx\TrainPointCloudClassificationModel.tool\tool.script.validate.py", line 130, in updateParameters
    self.architecture.value = "RANDLANET"
    File "D:\ArcGISPro\ArcGIS\Pro\Resources\ArcToolbox\Scripts\ThreeD_Utilities.py", line 164, in init
    setattr(self, objectCodes, {objectClassID['classCode'] for objectClassID in getattr(self, info)['tileStatistics']['classification']['table']})
    KeyError: 'classification'

我的安装版本是3.2, 无法运行. 于是我安装了3.0, 这一步可以,但是评估的时候还是会报错. 并且没办法用RANDLANET, 这个真的要快很多, 用Point CNN训练20分钟, 这个不到3分钟甚至. 所以我装回了3.2, 解决办法是:

· 更新软件, 在 关于中找到软件更新的可用版本, 然后更新就行了, 别的官网上的办法一试一个报错.

  1. 安装deep- learning-essentials失败:

GIthub下包安装明明成功了, 但是在已安装的包里找不到, 很奇怪, 对应路径下pkgs又有这个包.

不用犹豫,直接复制环境,并且在 包管理器 -> 添加包 里面找到这个深度学习的包, 按照版本直接装.

相关推荐
新中地GIS开发老师1 天前
WebGIS和WebGL的基本概念介绍和差异对比
学习·arcgis·webgl
王解1 天前
Jest项目实战(2): 项目开发与测试
前端·javascript·react.js·arcgis·typescript·单元测试
GISerQ.2 天前
ArcGIS/QGIS按掩膜提取或栅格裁剪后栅格数据的值为什么变了?
arcgis·栅格数据·按掩膜提取
坫鹏加油站3 天前
【ArcGIS】绘制各省碳排放分布的中国地图
arcgis
前端 贾公子3 天前
koa项目实战 == 实现注册登录鉴权
arcgis
jyan_敬言4 天前
【Linux】centos7安装配置DHCP、FTP服务
linux·运维·服务器·c语言·开发语言·arcgis·青少年编程
yngsqq5 天前
arcgis坐标系问题
arcgis
GIS思维5 天前
ArcGIS影像调色(三原色)三原色调整
arcgis
新中地GIS开发老师6 天前
地理信息科学专业想搞GIS开发:学前端还是后端?
前端·javascript·arcgis·前端框架·cesium
Z_W_H_8 天前
【ArcGISPro】宣布推出适用于 ArcGIS 的 AI 助手
人工智能·arcgis·ai