You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
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: