-
Notifications
You must be signed in to change notification settings - Fork 36
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
Error when running setup.py - deprecation warning, script not starting :( #61
Comments
Had the same error using a Raspberry pi 4, I am a complete noob to, but found out its related to SIMD errors. its looking for a library called pyfastnoisesimd which the pi cant install since the compiler is based on a different chip architecture ARM if i remember. i had chat gpt rewrite the setup script. also had install multiple libraries. but then it worked. if you need it i could look for the adjusted setup script |
It would be amazing if you could post your script. |
Same issue on a 3 B+. Any solution? Warning about PEP, then pyfastnoisesimd installation fails (failed building wheel). |
Looks like this has already been fixed but no version create for it - I just missed the 'git checkout tags/v2.1.1' command from the install instructions and it worked for me. The setup.py command took ages on a PiZero but after a long time and randomly clicking enter it finished. |
I think I might be having the same problem as @mattglg . I did checkout 2.1.1 per the instructions, but when I try to build on a RPi Zero W, I get errors centered around pyfastnoisesimd. I'm a developer, but this is out of my wheelhouse. Anyone have any suggestions? @ledlights:~/led-control $ sudo python3 setup.py develop × python setup.py bdist_wheel did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. The above exception was the direct cause of the following exception: Traceback (most recent call last): |
Hi everyone! Using an older Pi model with raspberry Pi OS that has been updated with Python 3.8
I have followed the latest indicated steps for setup on a Pi, however at line #5,
when I run "sudo python3 setup.py develop" I receive a message prompting me with the following:
/user/lib/python3/dist-packages/setuptools/installer.py:27: SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements should be satisfied by a PEP 517 installer.
warnings.warn(
Any idea what can be causing this? Obviously a linux noob but I am pretty sure to have correctly installed/updated the required dependencies.
Thank you in advance for any help you can provide!
The text was updated successfully, but these errors were encountered: