I wanted to try Python's Geemap
module, I installed it via conda install geemap -c conda-forge
. But when importing it in my pyhton code I have this error message :The 'pyasn1-modules>=0.2.1' distribution was not found and is required by google-auth
. So I updated pyasn1-modules
, and now I have version 0.2.8 but the errors remains.
If someone has a idea...
The 'pyasn1-modules>=0.2.1' distribution was not found and is required by google-auth
1.7k Views Asked by Alan Suc At
2
Uninstall the version by conda and install the one by pip
That solved the problem for me - although it doesn't make sense that it should!