-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Installation failure for chia-blockchain 2.5.0 using python 3.14 #19077
Comments
There are a couple things going on here. One bit is that you are running an unsupported Python version, it would seem. Python 3.14t? It would be helpful to point that out explicitly to bein with. |
It would be helpful if you could list or OS and python version to be sure - please provide some more details |
Fedora 41 with Python 3.14 free-threaded interpreter |
check and make sure you install following presiquite packages:
|
Maybe kinda related, install.sh failed on Arch because I have python 3.13.1. I made some changes to install.sh and saw it fail due to pyinstaller needing to be <3.13. I bumped pyinstaller to 6.11.1 in pyptoject.toml and updated with From pyinstaller release notes:
EDIT: I tried forcing a bunch of stuff in chia_policy.py to get things to work with 3.13, but nothing can seem to connect to my full-node: |
This issue has not been updated in 14 days and is now flagged as stale. If this issue is still affecting you and in need of further review, please comment on it with an update to keep it from auto closing in 7 days. |
This should get fixed in the upcoming release. It is in main but that is not pip installable. |
|
The text was updated successfully, but these errors were encountered: