Skip to content
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

install / build error: robin_stocks with python3.13-nogil #497

Open
mw66 opened this issue Oct 12, 2024 · 2 comments
Open

install / build error: robin_stocks with python3.13-nogil #497

mw66 opened this issue Oct 12, 2024 · 2 comments

Comments

@mw66
Copy link

mw66 commented Oct 12, 2024

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
...

      💥 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"

@mw66
Copy link
Author

mw66 commented Oct 13, 2024

It's due to

pyca/cryptography#11436 (comment)

@jmfernandes
Copy link
Owner

reverted to old version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants