-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
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?
Metadata
Metadata
Assignees
Labels
No labels