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
root@301f1c62eca0:/opt/Vulcan# python3.7 Vulcan.py
Traceback (most recent call last):
File "Vulcan.py", line 4, in
from app.router import create_app
File "/opt/Vulcan/app/router.py", line 6, in
from app.api.demo.demo import HelloWorld
ModuleNotFoundError: No module named 'app.api'
The text was updated successfully, but these errors were encountered:
TheTh1nk3r
changed the title
flask_restful安装不上
ModuleNotFoundError: No module named 'app.api'
May 5, 2021
root@301f1c62eca0:/opt/Vulcan# python3.7 Vulcan.py
Traceback (most recent call last):
File "Vulcan.py", line 4, in
from app.router import create_app
File "/opt/Vulcan/app/router.py", line 6, in
from app.api.demo.demo import HelloWorld
ModuleNotFoundError: No module named 'app.api'
The text was updated successfully, but these errors were encountered: