Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

ModuleNotFoundError: no module named flask #71

Open
0rangeo opened this issue Aug 7, 2021 · 1 comment
Open

ModuleNotFoundError: no module named flask #71

0rangeo opened this issue Aug 7, 2021 · 1 comment

Comments

@0rangeo
Copy link

0rangeo commented Aug 7, 2021

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?

@alannabaker
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants