doceme / py-spidev

MIT License
461 stars 203 forks source link

spidev installation fails for python3 on raspberry pi #22

Closed vitiral closed 9 years ago

vitiral commented 9 years ago
sudo pip3 install spidev

Does not work

The following does work:

pip install https://github.com/cloudformdesign/spidev/archive/master.zip

Please check out my port for python3 and put it on pypi:

https://github.com/cloudformdesign/spidev

doceme commented 9 years ago

Please try with the latest release.