You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to get this project up and running and keep getting stuck trying to install the dependencies. I am running a Raspberry Pi 4B with the latest Raspberry Pi OS (if that helps). Running the install_requirements.sh
bash install_requirements.sh
Installing Pi's Sorter Dependencies
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Collecting Adafruit-Blinka==2.5.1 (from -r requirements.txt (line 1))
Downloading https://www.piwheels.org/simple/adafruit-blinka/Adafruit_Blinka-2.5.1-py3-none-any.whl (83kB)
100% |████████████████████████████████| 92kB 262kB/s
Collecting adafruit-circuitpython-neopixel==3.3.7 (from -r requirements.txt (line 2))
Downloading https://www.piwheels.org/simple/adafruit-circuitpython-neopixel/adafruit_circuitpython_neopixel-3.3.7-py3-none-any.whl
Collecting Adafruit-PlatformDetect==1.3.4 (from -r requirements.txt (line 3))
Downloading https://www.piwheels.org/simple/adafruit-platformdetect/Adafruit_PlatformDetect-1.3.4-py3-none-any.whl
...
Requirement already satisfied: docutils==0.14 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 22)) (0.14)
Requirement already satisfied: drumhat==0.1.0 in /usr/lib/python3/dist-packages (from -r requirements.txt (line 23)) (0.1.0)
Collecting edgetpu==2.11.1 (from -r requirements.txt (line 24))
Could not install packages due to an EnvironmentError: 404 Client Error: Not Found for url: https://pypi.org/simple/edgetpu/
The install script is unable to find the edgetpu library from pypi.org. I commented out the line (figured I could install it manually from somewhere, and the following libraries also fail to install (can't be found):
edgetpu=2.11.1
python-apt==1.8.4
spidev==3.3
spinnaker-python==1.24.0.60
python-apt and spidev have other versions that may be able to be installed, however I'm not sure of their compatibility with the project.
Has anyone else encountered this? Are there any updates to the repo that can fix any of the dependency issues?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered:
ndbills
changed the title
Can install the dependencies
Cannot install the dependencies
Oct 18, 2020
I am having the same issue. I was wondering if you find any solutions for this? Additionally, i had a problem installing opencv, and i had to install a previous version (3.4.6.27)
Thanks
I am trying to get this project up and running and keep getting stuck trying to install the dependencies. I am running a Raspberry Pi 4B with the latest Raspberry Pi OS (if that helps). Running the
install_requirements.sh
The install script is unable to find the edgetpu library from pypi.org. I commented out the line (figured I could install it manually from somewhere, and the following libraries also fail to install (can't be found):
python-apt
andspidev
have other versions that may be able to be installed, however I'm not sure of their compatibility with the project.Has anyone else encountered this? Are there any updates to the repo that can fix any of the dependency issues?
Thanks in advance for any help!
The text was updated successfully, but these errors were encountered: