You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have tryed to run your code on Windows and I always get the same error, "ModuleNotFoundError: No module named 'setuptools'"
Of course I have an upgraded setuptools package but still I get the error message.
Here the commans I used:
pip install NumPy Cython shapely geohash2 pandas scipy # To be sure about the requirement--> all ok
pip install setuptools # all ok
pip install setup.py #--> all ok
pip install . # -->ERROR: Exception:... ModuleNotFoundError: No module named 'setuptools'
I hope you can help me. Thanks a lot.
My python version--> python 3.8.2
My pip -version--> pip 20.1.1 from c:\users\usuario\appdata\local\programs\python\python38\lib\site-packages\pip (python 3.8)
The text was updated successfully, but these errors were encountered:
Hello, I have tryed to run your code on Windows and I always get the same error, "ModuleNotFoundError: No module named 'setuptools'"
Of course I have an upgraded setuptools package but still I get the error message.
Here the commans I used:
pip install NumPy Cython shapely geohash2 pandas scipy # To be sure about the requirement--> all ok
pip install setuptools # all ok
pip install setup.py #--> all ok
pip install . # -->ERROR: Exception:... ModuleNotFoundError: No module named 'setuptools'
I hope you can help me. Thanks a lot.
My python version--> python 3.8.2
My pip -version--> pip 20.1.1 from c:\users\usuario\appdata\local\programs\python\python38\lib\site-packages\pip (python 3.8)
The text was updated successfully, but these errors were encountered: