ez_setup.py Cannot find Module setuptools.py and future.py. (Even though I installed them)
Closed this issue · 2 comments
spkouma commented
1. Expected behavior.
Installing setup.py
2. Actual behavior.
ez_setup.py Cannot find Module setuptools.py and future.py. (Even though I installed them)
3. Steps to reproduce the problem.
4. Specifications like the version of the project, install method, operating system, and hardware.
- Project Version:
- Operating System:
- Hardware Version:
Slagr618 commented
Use pip3 instead.
trackmastersteve commented
Try using pip3 to install setuptools and future. That should fix it.