Open eliphaslevi1810 opened 5 months ago
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
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 made it a service using comments in this issue and it all working fine - https://github.com/jackw01/led-control/issues/3
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!