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

Running: pip3 install -r requirements.txt gives following error #4

Open
anterosa opened this issue Mar 18, 2021 · 1 comment
Open

Comments

@anterosa
Copy link

pi@raspberrypi:~ $ pip3 install -r ~/rpi-can-logger/requirements.txt
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Obtaining Package from git+https://github.com/hardbyte/python-can.git#egg=Package (from -r /home/pi/rpi-can-logger/requirements.txt (line 1))
Cloning https://github.com/hardbyte/python-can.git to ./src/package
Running command git clone -q https://github.com/hardbyte/python-can.git /home/pi/src/package
Installing build dependencies ... done
Getting requirements to build wheel ... done
Preparing wheel metadata ... done
WARNING: Generating metadata for package Package produced metadata for project name python-can. Fix your #egg=Package fragments.
WARNING: Discarding git+https://github.com/hardbyte/python-can.git#egg=Package. Requested python-can from git+https://github.com/hardbyte/python-can.git#egg=Package (from -r /home/pi/rpi-can-logger/requirements.txt (line 1)) has inconsistent name: filename has 'package', but metadata has 'python-can'
ERROR: Could not find a version that satisfies the requirement package (unavailable)
ERROR: No matching distribution found for package (unavailable)

@anterosa
Copy link
Author

Made some checking and had to change pyenv manually to 3.6.2. This might be related to that. Maybe some fragments from original install round with "system" python. Have to clean some things and try rerun.

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

1 participant