Insuffiecient python version pin in py_toml #6
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
python:uv
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
dikka/murmur#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
To make the server reliably startable, the current pin is not sufficient, as never python version do not automatically provide the packages pre compiled in the correct version. If you're using a venv to isolate from enviourment, then you should also bin to a python version.
I have looks of python version installed. it should not necessary resolve for me to newest version of python, where i have to figure out all the necessary c compiler flags just to build the packages in the correct version. I think we had this problem at work, where >= for python version always resolved to the project not building for people where python was sourced right then.
=> Pinning it to 3.11.9 fixed it for me.
Also add to readme to install powershell 7, as this is not the default windows shipped version of powershell.