-
Notifications
You must be signed in to change notification settings - Fork 101
Failed compilation/installation on ARM (Ubuntu 20.10 + Raspberry PI 4) #71
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
Comments
I got exactly the same error codes |
1 similar comment
I got exactly the same error codes |
got errors caused by
"""" |
Thanks. I gave up on python==3.9.5 and switched back to 3.7.6 with no trouble. |
Make sure your rust toolchain is pointing to the nightly not the current. Or you will not have features needed. You will likley then experience an issue compiling for a feature not enabled. Which is where #64 discusses the failed feature. |
While activating nightly toolchain I got the following error which could be resolved with '
I managed to solve all the issues and compiled with Make. The following problem:
may be fixed with the suggested solution:
Also I had to rewrite lines 5 and 17 of
Hope that helps. Closing the issue for now. |
Did anybody make
autopy
to run on ARM?I cannot install it neither with rust nightly tool-chain nor with make (see error bellow)
The text was updated successfully, but these errors were encountered: