install.sh fail on raspberry pi 4
See original GitHub issueHello, I am encountering the following issue when following the installation process. My pi 4 is freshly installed with the Raspbian OS with the required packages (I have followed the Debian/Ubuntu installation process). Not sure what I can do from here, i will continue to search though.
Reading package lists... Done
Building dependency tree
Reading state information... Done
npm is already the newest version (5.8.0+ds6-4).
0 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Python version is 3.7
Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple
Requirement already up-to-date: pip in ./venv/lib/python3.7/site-packages (20.0.2)
Looking in indexes: https://hosted.chia.net/simple/, https://www.piwheels.org/simple
ERROR: Could not find a version that satisfies the requirement miniupnpc==2.0.2 (from versions: none)
ERROR: No matching distribution found for miniupnpc==2.0.2
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
4 posts • Page 1 of 1
install.sh. Mon Apr 22, 2013 3:46 pm. Hi, I'm trying to install an USB peripheral http://www.kvaser.com/en/products/can/usb.html.
Read more >Ask Question
How to fix "sudo: ./install.sh: command not found" error when configuring "seed 4-Channel 16-Bit ADC for Raspberry Pi (ADS1115)"? Ask Question.
Read more >Install fail on Pi - Installation & Troubleshooting
I see a new icon on the desktop and in the "programming" list, but when clicked they only show an hourglass for maybe...
Read more >Error when running simple Shell (.sh) script
There are several solutions to this, but in this case, the easiest is just to re-create the file in the editor on your...
Read more >Raspberry Pi Install Problem
Installing UCRM on a Raspberry Pi 2 seems to go ok untill I get the following error: root@TWC-Monitoring:/home/pi# curl -fsSL ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Just FYI,
No matching distribution found for miniupnpc==2.1
also happens on Manjaro when running https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chia-gui-git line 37:pip install --extra-index-url https://download.chia.net/simple/ miniupnpc==2.1
I’m on a 64bit architecture (
uname -m
returnsx86_64
).pip made an update that broke our (not-legal-HTML) simple py repo. However, they then made another update to allow it to work but prints out a deprecation warning. Update to latest pip and it should be working again