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

Explicate dependency on python3-dev #9

Open
ghost opened this issue Apr 19, 2020 · 1 comment
Open

Explicate dependency on python3-dev #9

ghost opened this issue Apr 19, 2020 · 1 comment

Comments

@ghost
Copy link

ghost commented Apr 19, 2020

somewhat a reminder for myself to start a pull request.

When installing, I noticed that not only python3 is needed, but also python3-dev installed via sudo apt install python3-dev, to get the Python headers (to be able to install netifaces).

I used debian with python3.8.

@ghost
Copy link
Author

ghost commented Apr 19, 2020

When doing this, I had to lift the version requirement of web.py in the file "requirements.txt", too. Otherwise, the app would not start up with error:

RuntimeError: generator raised StopIteration. (this was a breaking change in behavior, introduced in Python 3.7)

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

0 participants