Replies: 1 comment
-
|
Having the same issue with the CFS fork and traced it back to this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone noticed on the K1C when you update Moonraker, the package "pillow" tries to install version 10.4.0 but fails to install build dependancies. It downgrades to 10.1.0 and usually finishes the update with a lower version than what it should be installing. I have included what I could grab of the logs where it's failing
This is the moonraker version being updated.
moonraker v0.9.3-130-g5b92e52e -> v0.9.3-140
`Requirement already satisfied: pyserial==3.4 in /usr/lib/python3.8/site-packages (from -r /usr/data/moonraker/moonraker/scripts/moonraker-requirements.txt (line 4)) (3.4)
Collecting pillow<=12.1.0,>=9.5.0 (from -r /usr/data/moonraker/moonraker/scripts/moonraker-requirements.txt (line 5))
Using cached pillow-10.4.0.tar.gz (46.6 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Discarding https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz (from https://pypi.org/simple/pillow/) (requires-python:>=3.8): Requested unknown from https://files.pythonhosted.org/packages/cd/74/ad3d526f3bf7b6d3f408b73fde271ec69dfac8b81341a318ce825f2b3812/pillow-10.4.0.tar.gz (from -r /usr/data/moonraker/moonraker/scripts/moonraker-requirements.txt (line 5)) has inconsistent name: expected 'pillow', but metadata has 'unknown'
Using cached pillow-10.3.0.tar.gz (46.6 MB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'done'
Installing backend dependencies: started
Installing backend dependencies: finished with status 'done'
Preparing metadata (pyproject.toml): started
Preparing metadata (pyproject.toml): finished with status 'done'
Discarding https://files.pythonhosted.org/packages/ef/43/c50c17c5f7d438e836c169e343695534c38c77f60e7c90389bd77981bc21/pillow-10.3.0.tar.gz (from https://pypi.org/simple/pillow/) (requires-python:>=3.8): Requested unknown from https://files.pythonhosted.org/packages/ef/43/c50c17c5f7d438e836c169e343695534c38c77f60e7c90389bd77981bc21/pillow-10.3.0.tar.gz (from -r /usr/data/moonraker/moonraker/scripts/moonraker-requirements.txt (line 5)) has inconsistent name: expected 'pillow', but metadata has 'unknown'
Downloading pillow-10.2.0.tar.gz (46.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/46.2 MB 2.9 MB/s eta 0:00:00
It repeats this same process until it gets to 10.1.0 now and restarts. Something is wrong with the update script.
Let me know if more information is needed. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions