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
Conda was the problem for me. Tried creating a new environment and installing everything with pip and that got rid of the error.