Open UnderCurve opened 1 year ago
bump, happening to me too
same to me
I had this problem myself, but i solved it by changing the Flask depencancy version inside of METADATA
to 2.2.2
This just gave me another error with the webapp. I ended up needing to go down to: Flask-2.0.3 & Werkzeug-2.0.3
Traceback (most recent call last):
File "/usr/local/bin/nxbt", line 8, in
thank you for ur solution
@Telain Are you running this on a Virtual Machine or a standard installation?
Standard install, on a rpi4.
this seems to be a problem with the source code, not being updated to python 3.10, I'm going to make a branch that fixes this soon
alright so i was able to fix it the long way, this is what i did.
pip install https://github.com/eventlet/eventlet/archive/master.zip
this istalls eventlet. fixes problem 1. but this now leads to another problem.
now run sudo gedit /usr/local/lib/python3.10/dist-packages/dns/namedict.py
go to line 35, and change collections.MutableMapping
to instead collections.abc.MutableMapping
Boom! Fixed! this worked for me running Ubuntu 22.04.2.
ok so what I did is I just went through it with chatgpt and yeah I got it working so just try that
this issue was solved, so i think we can close this issue. @Brikwerk
Hey there so I'm trying to get the web ui to run and I'm just getting this:
and I'm not really sure what to do as I don't know anything about python so yeah please help