You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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)
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.
The text was updated successfully, but these errors were encountered: