We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now python3.13-nogil has released:
https://py-free-threading.github.io/installing_cpython/#__tabbed_2_3
For Ubuntu you can use the deadsnakes PPA by adding it to your repositories and then installing python3.13-nogil:
sudo add-apt-repository ppa:deadsnakes sudo apt-get update sudo apt-get install python3.13-nogil
but pip3.13 install robin_stocks failed:
pip3.13 install robin_stocks
$ pip3.13 install robin_stocks ... 💥 maturin failed Caused by: Failed to build a native library through cargo ...
Looks like it failed with some Rust dependency?
"cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-cpgt1twr/cryptography_c56019a4440e46c894e6db9ed165afae/src/rust/Cargo.toml" "--release" "--lib"
The text was updated successfully, but these errors were encountered:
It's due to
pyca/cryptography#11436 (comment)
Sorry, something went wrong.
reverted to old version
No branches or pull requests
Now python3.13-nogil has released:
https://py-free-threading.github.io/installing_cpython/#__tabbed_2_3
For Ubuntu you can use the deadsnakes PPA by adding it to your repositories and then installing python3.13-nogil:
but
pip3.13 install robin_stocks
failed:Looks like it failed with some Rust dependency?
"cargo" "rustc" "--features" "pyo3/abi3-py37" "--message-format" "json-render-diagnostics" "--locked" "--manifest-path" "/tmp/pip-install-cpgt1twr/cryptography_c56019a4440e46c894e6db9ed165afae/src/rust/Cargo.toml" "--release" "--lib"
The text was updated successfully, but these errors were encountered: