Python3 version can't be installed on RPi3 and Raspbian
See original GitHub issueHey. I am following installation instructions, but the step: “Proceed to install latest version of the library directly from PyPI: $ sudo -H pip install --upgrade luma.led_matrix” does not work. RPi 3B and newest Raspbian NOOBS instalation.
Here is a terminal:
pi@raspberrypi:~ $ sudo -H pip3 install --upgrade luma.led_matrix
Collecting luma.led_matrix
Downloading luma.led_matrix-1.0.0.tar.gz (10.3MB)
100% |████████████████████████████████| 10.3MB 13kB/s
Complete output from command python setup.py egg_info:
error in luma.led_matrix setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Invalid requirement, parse error at "'-'"
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-u7akoewq/luma.led-matrix/
pi@raspberrypi:~ $
Can you fix it please? Thanks.
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (2 by maintainers)
Top Results From Across the Web
Install Python 3.6 (or 3.7) and pip on a Raspberry Pi - Medium
Install Python 3.6 (or 3.7) and pip on a Raspberry Pi ... in the comments the below also works for Python 3.9 ....
Read more >How To Install the Latest Python Version on Raspberry Pi?
Make Python 3 the default version on Raspberry Pi OS · Go to /usr/bin: cd /usr/bin · Remove the current link: sudo rm...
Read more >Phyton3 not downloading - Raspberry Pi Forums
Last try: You don't need to get it or install it. The python3 version of the python interpreter is already a standard part...
Read more >How to change the default python version in Raspberry Pi
On a fresh Raspberry Pi OS install, you just need one command: # Adds `python3` as the alternate for `python` with priority `3`....
Read more >How to install Python3 and Python IDLE on your Raspberry Pi ...
In this video I show you how to install Python3 and Python IDLE. I first show how to update and upgrade your Raspbian...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@rm-hull or should we place that setuptools check in setup.py for this project as well?
Just released luma.led_matrix 1.0.2 with a fix for this (don’t ask, … too embarrassing!) and installed it on a RPi B2 on both py2.7 and py3.4 successfully - let me know if you hit any problems.
Thanks for taking the time to submit a bug report.