Skip to content
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

Open
eliphaslevi1810 opened this issue May 30, 2024 · 3 comments

Comments

@eliphaslevi1810
Copy link

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!

@michael64w
Copy link

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

@decode40
Copy link

decode40 commented Sep 3, 2024

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.

@milhouse34521
Copy link

Same issue on a 3 B+. Any solution? Warning about PEP, then pyfastnoisesimd installation fails (failed building wheel).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants