Skip to content

Error in setup.py #15

@DarrenTownsend

Description

@DarrenTownsend

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions