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

Cannot install the dependencies #16

Open
ndbills opened this issue Oct 18, 2020 · 1 comment
Open

Cannot install the dependencies #16

ndbills opened this issue Oct 18, 2020 · 1 comment
Assignees
Labels
comp:thirdparty Thirdparty related issues type:build/install Build and install issues

Comments

@ndbills
Copy link

ndbills commented Oct 18, 2020

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!

@ndbills ndbills changed the title Can install the dependencies Cannot install the dependencies Oct 18, 2020
@rlarranaga
Copy link

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

@hjonnala hjonnala added comp:thirdparty Thirdparty related issues stat:awaiting Coral team Status - Awaiting response from Coral team type:build/install Build and install issues labels Aug 9, 2021
@hjonnala hjonnala removed the stat:awaiting Coral team Status - Awaiting response from Coral team label May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:thirdparty Thirdparty related issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

4 participants