Closed jugmac00 closed 1 year ago
Hello, this issue is due to your rust compiler being a bit out of date. Update your rust tool chain with rustup, or just the compiler rustc
Can you also provide me with what architecture you're running on? The wheels cover x86_64, but other archs end up building the wheel themselves, which causes the above-mentioned issue when an outdated rust compiler is present.
Also, the README advices to use a rustc version minimum v1.70
My bad, it should have been clearer in the README.
Describe the bug compilation error during installation
To Reproduce On Ubuntu 20.04, inside a Python 3.8 virtual environment, run
pip install pyscan-rs
..Expected behavior
Desktop (please complete the following information):
Additional context Using rust version 1.67.1 as advised in the README https://github.com/aswinnnn/pyscan#building