PaddleCV-SIG / GeoView

GeoView是一款开源、轻量、功能丰富的交互式遥感影像智能解译工具,致力于实现遥感领域深度学习模型在Web平台的快速部署。
Apache License 2.0
132 stars 36 forks source link

执行pip install -r .\backend\requirements.txt报错 #62

Open gisfzb opened 1 year ago

gisfzb commented 1 year ago

image 安装GeoView python依赖,报错

jscslld commented 1 year ago

请问您使用的python是什么版本的?建议降级到3.9或使用conda手动安装numpy依赖

gisfzb commented 1 year ago

我现在使用的是Python 3.10.10,我降到3.9试试

gisfzb commented 1 year ago

降级到3.9或使用conda手动安装numpy依赖都没能解决,GeoView对环境有哪些特殊依赖吗

jscslld commented 1 year ago

降级到3.9或使用conda手动安装numpy依赖都没能解决,GeoView对环境有哪些特殊依赖吗

没有,我本地试了下,windows下利用conda install numpy安装numpy依赖后,把requirements.txt里的numpy>=1.21.3行注释掉可以正常安装。ubuntu下可以直接pip install

yaxiAndcc commented 4 months ago

可能是pip 版本问题换成21.1.1 就行了 python -m pip install pip==21.1.1