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 in setup.py #15

Open
DarrenTownsend opened this issue Apr 29, 2020 · 0 comments
Open

Error in setup.py #15

DarrenTownsend opened this issue Apr 29, 2020 · 0 comments

Comments

@DarrenTownsend
Copy link

Installing on Pi Zero V1.1

Setup.py returned error in line 15:

NameError: name 'setuptools' is not defined.

I think this is because you imported 'find_packages' as a separate module (using 'from setuptools import...') but in line 15 you try to call it with setuptools.find_packages(). I deleted 'setuptools.' from this line and it solved the error.

However, it failed later with a 'Permission denied' error. This was solved by running the install command as sudo.

@pn11 pn11 mentioned this issue May 24, 2020
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

1 participant