-
-
Notifications
You must be signed in to change notification settings - Fork 501
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
Motioneye install timeout error #6333
Comments
looks like some time-out for connecting to
Maybe you need to try again later. |
Don't do that twice without a third one more ;-) but same error again... One thing is strange to me, previous downloads show complete URL https://... but not for "Pillow-9.5.0.tar.gz" |
The other two are downloaded as pre-compiled wheels ( Does a manual download of this source code work in your case? cd /tmp
curl -O 'https://files.pythonhosted.org/packages/00/d5/4903f310765e0ff2b8e91ffe55031ac6af77d982f0156061e20a4d1a8b2d/Pillow-9.5.0.tar.gz' |
I did it successfully with wget in my first post (very slow download). Server seems have problems ;-)
Thanks for investigating, I'll do an other retry tomorrow. |
It works fine here, so probably an issue with a particular instance of this host (if it is multicast, i.e. the same hostname pointing to different servers depending on your location).
Makes sense. If it is still an issue then, we can check where to report it to Python guys. |
Some redo today with the same timeout error :( |
For reference: https://status.python.org/
LCY = London City Airport? PyPI Files CDN Edge Errors (= I think best is to report at PyPI support repo: https://github.com/pypi/support/issues/new?labels=network&template=access-issues.yml |
Thank you for your advise, reported on: |
Great. You post misses code fences
|
Following install from an other place, the build require the headers of jpeg library. --- /boot/dietpi/dietpi-software.orig 2023-05-07 00:09:28.000000000 +0200
+++ /boot/dietpi/dietpi-software 2023-05-11 12:11:56.000000000 +0200
@@ -9126,7 +9126,7 @@
if To_Install 136 motioneye # motionEye
then
# x86_64/ARMv8 dependencies: libcurl4-openssl-dev gcc libssl-dev for pycurl build
- [[ $G_HW_MODEL == [12] ]] || G_AGI libcurl4-openssl-dev gcc libssl-dev
+ [[ $G_HW_MODEL == [12] ]] || G_AGI libcurl4-openssl-dev gcc libssl-dev libjpeg-dev
# RPi: Enable camera module
(( $G_HW_MODEL > 9 )) || /boot/dietpi/func/dietpi-set_hardware rpi-camera enable |
@magicfoxt-magicfox |
I did the build of Motioneye on may,10 and got an error with the script on step "Building wheels for collected packages: motioneye, pillow, pycurl, MarkupSafe" |
Probably the wheel was uploaded just the day after you tried it. I just did a test and the pillow wheels is downloaded from piwheels as intended:
Marking this as closed. |
Ah wait, I missed that you are on Bookworm. Then it makes pretty much sense since piwheels provides those wheels for Python 3.7 and 3.9 only. |
EDIT: Ah, another bug in the code: |
- DietPi-Software | motionEye: Resolved an issue where the installation failed on ARMv6, ARMv7 and RISC-V Bookworm systems due to missing build dependencies. Many thanks to @magicfoxt-magicfox for reporting this issue: #6333
Here we go: 035ec2f And an install test on all architecture and Debian version combinations: https://github.com/MichaIng/DietPi/actions/runs/5005620510 |
@MichaIng Thanks for your job ;-) |
Motioneye fresh install error (Bookworm)
Linux DietPi 6.1.21-v7+ #1642 SMP Mon Apr 3 17:20:52 BST 2023 armv7l GNU/Linux
pip3 install -U https://github.com/motioneye-project/motioneye/archive/dev.tar.gz
Steps to reproduce:
Motioneye install with dietpi-software.
Extra details:
Read timeout error:
Collecting pillow (from motioneye==0.43.0) Downloading Pillow-9.5.0.tar.gz (50.5 MB) 0.4/50.5 MB 237.1 kB/s eta 0:03:32 ERROR:...
Note: Downloading the file on pypi.org with wget is correct (slow download).
wget https://files.pythonhosted.org/packages/00/d5/4903f310765e0ff2b8e91ffe55031ac6af77d982f0156061e20a4d1a8b2d/Pillow-9.5.0.tar.gz
Additional logs:
The text was updated successfully, but these errors were encountered: