Open gisfzb opened 1 year ago
请问您使用的python是什么版本的?建议降级到3.9或使用conda手动安装numpy依赖
我现在使用的是Python 3.10.10,我降到3.9试试
降级到3.9或使用conda手动安装numpy依赖都没能解决,GeoView对环境有哪些特殊依赖吗
降级到3.9或使用conda手动安装numpy依赖都没能解决,GeoView对环境有哪些特殊依赖吗
没有,我本地试了下,windows下利用conda install numpy
安装numpy依赖后,把requirements.txt里的numpy>=1.21.3
行注释掉可以正常安装。ubuntu下可以直接pip install
可能是pip 版本问题换成21.1.1 就行了 python -m pip install pip==21.1.1
安装GeoView python依赖,报错