Closed anotherbridge closed 1 year ago
That feature is unstable on rustc < 1.70
AFAIK. I didn't put a lot of thought into it att, but now it seems like it's a breaking change, thanks for pointing it out.
Updating your rust with rustup or similar should fix it for ya, But I'm not sure why this happened to pip, I had already provided wheels, but pip chose to build the wheels anyway? Pretty weird.
Now that I think I might have not provided the wheels for mac, I apologize. Again, thanks for pointing this out, let me know if updating rust solves it
Hi, thanks updating rustc I could at least install it via cargo.
No problem, wheels for mac will be uploaded to pypi will from now on (after the CIs fixed).
Describe the bug When I am trying to install pyscan on a macOS ARM machine it fails to compile pyscan. This issue occurs when trying to install via pip, but also when trying to install it via cargo.
To Reproduce Steps to reproduce the behavior:
pip install pyscan-rs
orcargo install pyscan
Expected behavior The package gets installed and can be run without a problem.
Actual behavior
When running
pip install pyscan-rs
I receive the following output:Desktop (please complete the following information):