Hey all, it seems I’ve not kept up on the instance updates and ran into a problem when looking to move several versions today. I’m currently sitting on 1.1.7, went through trying both the script and the manual steps (which look to be the same functionally) and get a consistent error every time at step 4/10
A couple things, is there a way I could set up an alert for version updates available to keep on top of things and more currently is there some steps I need to jump versions like this?
The relevant error in the build is below.
11.91 Collecting pillow-avif-plugin (from -r /tmp/requirements.txt (line 27))
11.92 Using cached pillow_avif_plugin-1.5.2.tar.gz (20 kB)
11.94 Installing build dependencies: started
14.31 Installing build dependencies: finished with status ‘done’
14.31 Getting requirements to build wheel: started
15.96 Getting requirements to build wheel: finished with status ‘error’
15.97 error: subprocess-exited-with-error
15.97
15.97 × Getting requirements to build wheel did not run successfully.
15.97 exit code: 1
15.97 > [21 lines of output]
15.97 Traceback (most recent call last):
15.97 File “/usr/local/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 389, in <module>
15.97 main()
15.97 ~~~~^^
15.97 File “/usr/local/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 373, in main
15.97 json_out[“return_val”] = hook(**hook_input[“kwargs”])
15.97 ~~~~^^^^^^^^^^^^^^^^^^^^^^^^
15.97 File “/usr/local/lib/python3.14/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py”, line 143, in get_requires_for_build_wheel
15.97 return hook(config_settings)
15.97 File “/tmp/pip-build-env-0ps7yuvt/overlay/lib/python3.14/site-packages/setuptools/build_meta.py”, line 331, in get_requires_for_build_wheel
15.97 return self._get_build_requires(config_settings, requirements=[])
15.97 ~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
15.97 File “/tmp/pip-build-env-0ps7yuvt/overlay/lib/python3.14/site-packages/setuptools/build_meta.py”, line 301, in _get_build_requires
15.97 self.run_setup()
15.97 ~~~~~~~~~~~~~~^^
15.97 File “/tmp/pip-build-env-0ps7yuvt/overlay/lib/python3.14/site-packages/setuptools/build_meta.py”, line 317, in run_setup
15.97 exec(code, locals())
15.97 ~~~~^^^^^^^^^^^^^^^^
15.97 File “<string>”, line 57, in <module>
15.97 File “<string>”, line 17, in version
15.97 AttributeError: ‘Constant’ object has no attribute ‘s’
15.97 [end of output]
15.97
15.97 note: This error originates from a subprocess, and is likely not a problem with pip.
16.00 ERROR: Failed to build ‘pillow-avif-plugin’ when getting requirements to build wheel
[+] Running 0/2
Service web Building 18.5s
Service celery Building 18.5s
failed to solve: process “/bin/sh -c pip3 install -r /tmp/requirements.txt” did not complete successfully: exit code: 1
So a few minutes later after 2-stepping it to 1.2.x and then to 1.3.x it seems to have worked out. Will look to see if everything is working as expected. On that update notification list though, when I ran Mastodon there was a mailing list that just sent an email when there was a new version, is there some kind of similar list available here?
when I ran Mastodon there was a mailing list that just sent an email when there was a new version, is there some kind of similar list available here?
Can’t help with the upgrade, sorry. But for release notifications you can subscribe to this rss feed
We don’t have a mailing list, but in addition to the codeberg rss feed that squirrel shared, we do have a matrix channel and a zulip chat server where we announce releases.
- Matrix:
#piefed-admins:matrix.org - Zulip: https://chat.piefed.social/
- Matrix:
Glad to see you got it working. In general, I would recommend only incrementing one code branch at a time to make sure everything works correctly.
I do just want to put it on your radar that 1.4 is coming out pretty soon (hopefully before the end of the year). So, look forward to that in the near future.
Seems like it, will keep a watch at the rss for updates. I typically work more on the network side than software, but in this case just jumping 2 points was a no-go. It’s all in the “easy way” from the docker setup so I’d guess the python 3.14 might have been the standard back in the 1.1.7 code?
Hmm. Seems pillow-avif doesn’t build. Maybe there’s an extra step involved likeapt install libavif-devMaybe your Python 3.14 is too new, there’s some bugreport open with pillow-avif and wheels for Python 3.14
We did have some python 3.14 issues in the past and ended up pinning the docker file to 3.13. I haven’t tried with 3.14 since. It is interesting that they got it to work, I might have to try 3.14 again.



