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
{{ message }}
This repository has been archived by the owner on May 5, 2023. It is now read-only.
Hey there, when I run the command 'python3 server.py --path [path to skeleton]', it comes up with the error
Traceback (most recent call last):
File "C:\Users\Owner\iCloudDrive\iCloudmdobsidian\Orangeo.obsidian\plugins\Dual\skeleton\server.py", line 1, in
from flask import Flask
ModuleNotFoundError: No module named 'flask'
Anyone know how to fix this?
The text was updated successfully, but these errors were encountered:
You have to install Flask. It's the first of a bunch of modules you'll probably have to install. This should work: pip install Flask
Just repeat for any further modules not found, replacing "Flask" with the name of the module.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hey there, when I run the command 'python3 server.py --path [path to skeleton]', it comes up with the error
Traceback (most recent call last):
File "C:\Users\Owner\iCloudDrive\iCloud
mdobsidian\Orangeo.obsidian\plugins\Dual\skeleton\server.py", line 1, infrom flask import Flask
ModuleNotFoundError: No module named 'flask'
Anyone know how to fix this?
The text was updated successfully, but these errors were encountered: