question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Python3 version can't be installed on RPi3 and Raspbian

See original GitHub issue

Hey. 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:closed
  • Created 6 years ago
  • Comments:9 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
thijstriemstracommented, Aug 5, 2017

@rm-hull or should we place that setuptools check in setup.py for this project as well?

1reaction
rm-hullcommented, Aug 5, 2017

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found