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
Trying to run the Python server using Python 3 results in an error:
Traceback (most recent call last):
File "/opt/linux-dash/app/server/index.py", line 6, in <module>
from BaseHTTPServer import BaseHTTPRequestHandler, HTTPServer, test as _test
ModuleNotFoundError: No module named 'BaseHTTPServer'
This seems to indicate that it has not yet been updated to work with Python 3.
The text was updated successfully, but these errors were encountered:
Trying to run the Python server using Python 3 results in an error:
This seems to indicate that it has not yet been updated to work with Python 3.
The text was updated successfully, but these errors were encountered: