【发布时间】:2021-12-01 03:27:15
【问题描述】:
我想试试 Python 的 Geemap 模块,我通过 conda install geemap -c conda-forge 安装了它。但是在我的 pyhton 代码中导入它时,我有这个错误消息:The 'pyasn1-modules>=0.2.1' distribution was not found and is required by google-auth。所以我更新了pyasn1-modules,现在我有了 0.2.8 版本,但错误仍然存在。
如果有人有想法...
【问题讨论】:
-
当前环境中的某些内容可能存在冲突:尝试使用
conda create -n myenv -c conda-forge geemap为其创建新环境