Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3745

Troubleshooting • Re: E: UNABLE TO LOCATE PACKAGE INPUTS

$
0
0
I suspect you have some software versioning issue. For example, if you get a difference between 'pip' and 'pip3' or 'python' and 'python3' you have sorting out.

You also didn't mention which which OS you are running. If it's the new Bullseye, then by default, you need to be in an active virtual environment.

As @rpdom there is normally relevant information in the output from pip.

Here's an example of my environment and I did not have any problems. If you continue to, you can always install it from github. See https://pypi.org/project/inputs/

Code:

paul@p400PI:~ $ pip --versionpip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)paul@p400PI:~ $ pip3 --versionpip 20.3.4 from /usr/lib/python3/dist-packages/pip (python 3.9)paul@p400PI:~ $ python --versionPython 3.9.2paul@p400PI:~ $ python3 --versionPython 3.9.2paul@p400PI:~ $ pip install inputsLooking in indexes: https://pypi.org/simple, https://www.piwheels.org/simpleCollecting inputs  Using cached https://www.piwheels.org/simple/inputs/inputs-0.5-py2.py3-none-any.whl (33 kB)Installing collected packages: inputsSuccessfully installed inputs-0.5paul@p400PI:~ $

Statistics: Posted by DS256 — Mon Jul 08, 2024 10:58 pm



Viewing all articles
Browse latest Browse all 3745

Trending Articles