PaddleCV-SIG / GeoView

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

gisfzb opened this issue · comments

commented

image
安装GeoView python依赖,报错

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

commented

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

commented

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

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

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