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
I can build no problem using python2 but I am struggling in Python 3,
I have tried
sudo apt-get install python3-setuptools
pip install setuptools
pip upgrade setuptools
however I always run into
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import setup, find_packages, Extension
ImportError: No module named 'setuptools'
when running python3 setup.py install
This is on a raspberry pi2 running the latest raspbian.
The only thing I can think of is that git clone to drogon.net is blocked on my network so I used the plan b install
Does anyone have any other ideas?
The text was updated successfully, but these errors were encountered:
I can build no problem using python2 but I am struggling in Python 3,
I have tried
sudo apt-get install python3-setuptools
pip install setuptools
pip upgrade setuptools
however I always run into
Traceback (most recent call last):
File "setup.py", line 3, in
from setuptools import setup, find_packages, Extension
ImportError: No module named 'setuptools'
when running python3 setup.py install
This is on a raspberry pi2 running the latest raspbian.
The only thing I can think of is that git clone to drogon.net is blocked on my network so I used the plan b install
Does anyone have any other ideas?
The text was updated successfully, but these errors were encountered: