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

Python 3 installation woes! #24

Open
herghost opened this issue Jun 2, 2015 · 1 comment
Open

Python 3 installation woes! #24

herghost opened this issue Jun 2, 2015 · 1 comment

Comments

@herghost
Copy link

herghost commented Jun 2, 2015

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?

@tmcolby
Copy link

tmcolby commented Dec 27, 2015

suggest you run update wiringPi and run WiringPi2-Python. works ok for me in python3.

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

2 participants