Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upTrouble installing in python 3.5.3 on Raspberry Pi 3B+ using Raspbian Stretch and pip3 #7
Comments
|
I had the same issue on rpi0w and my Ubuntu desktop. The error message mentions that a function just uses return instead of return xx. I fixed this by changing lines 157 and 176 in cwiidmodule.c from I created a pull request with the fix. |
|
closed by #8, thanks to @morabrandoi & @jgeudens |
|
Hello, |
|
when i try
i get
|
It seems like you solved the problem! Could you explain how to get it to work for beginners? I'm not sure how to implement the changes and I still get the original error @jgeudens |
@azzra I'm having trouble installing, too and would be glad to see a new release on PyPi :) |
|
Disclaimer: running this on Raspberry Pi 2B on Raspbian Buster and Python 3.7.3 That's (probably) got nothing to do with a new release on PyPi. Just installed from master of this repo:
... and still get those errors:
Cheers |
|
Ok... now... this seems a bit ludacris... BUT... with barely any knowledge of C I managed to fix the error above. A word of caution: I do not fully understand what I did there and I do not know what the implications of my changes are. I have basic programming knowledge so I started from
OK.. seems like "somebody" wants a Here's a
The only thing I know is: I am now at least able to install
Cheers |
I have already run
sudo apt-get install libcwiid1and
sudo apt-get install libcwiid1-devWhich manages to install cwiid for Python 2 on my Pi.
So to install it for Python 3 I did
sudo pip3 install cwiidand this is the console output:
Help would be very much appreciated.
Thank you!