Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows error #10

Open
garestrear opened this issue Jun 19, 2020 · 3 comments
Open

Windows error #10

garestrear opened this issue Jun 19, 2020 · 3 comments

Comments

@garestrear
Copy link

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)

@saruvora
Copy link

Hi were you able to solve the error? even I am getting the same error.

@garestrear
Copy link
Author

Hi there, I couldn't run it with spider, but I were able to run it on Colab.
just put:
!pip install traj_dist
import traj_dist.distance as tdist

@marcus-voss
Copy link

Okay, strange, yeah, had the same problem. Running pip install traj_dist, instead of pip install ., worked for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants