-
Notifications
You must be signed in to change notification settings - Fork 784
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
Error on prepare_freethreaded_python
in crate pyo3 on OSX Big Sur
#1718
Comments
Can you reproduce this without |
@davidhewitt , it's working now. I had to run
|
It works without pyo3-asyncio but gives the above error with it. |
Yeah, you won't be able to build with I'm going to close this issue as the problem is in dependencies not being ready. |
@davidhewitt , is there a possible way to build it with older version maybe the previous version and use pyo3-asyncio with it? |
In PyO3 0.13 you'll experience this issue if your interpreter is not built with |
🐛 Bug Reports
When reporting a bug, please provide the following information. If this is not a bug report you can just discard this template.
I am getting the error :
prepare_freethreaded_python
in cratepyo3
on OSX Big Sur when I am using the prepare_freethreaded_python function.I also opened an issue(#1686) earlier, it was fixed then but it is not working with the latest release.
🌍 Environment
rustc --version
): 1.50.0 (cb75ad5db 2021-02-10version = "0.x.y"
withgit = "https://github.com/PyO3/pyo3")?
:💥 Reproducing
Please provide a minimal working example. This means both the Rust code and the Python.
Error message:
My toml file
Please also write what exact flags are required to reproduce your results.
The text was updated successfully, but these errors were encountered: