-
Notifications
You must be signed in to change notification settings - Fork 205
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
1.6.0 has no intel macos wheels #1279
Comments
libcst has had a dependency on rust since 0.4.0 a couple of years ago, and there are prebuilt wheels provided accordingly as you can check for yourself at https://pypi.org/project/libcst/#files Are you by any chance running on an intel mac? |
Yes (running on Intel MacOs). And installing 1.5.1 was fine. |
OK so that's going to be because #1275 |
Hello,
I encountered an issue when attempting to install libcst==1.6.0 using Python 3.10. The installation fails with the following error message:
This appears to be related to the upgrade of PyO3 to version 0.22 in PR #1180. It seems that the dependency on a Rust compiler was introduced with this change.
This issue makes it impossible to install libcst without a Rust compiler, which could be problematic for environments that do not have Rust installed.
Could you please clarify whether this behavior is intended? If not, is there a plan to provide prebuilt wheels for libcst==1.6.0 that would not require a Rust compiler?
Thank you!
The text was updated successfully, but these errors were encountered: