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
我运行提示:
Traceback (most recent call last):
File "main.py", line 3, in
from app import app
File "./app.py", line 1, in
from slim import Application, CORSOptions
ModuleNotFoundError: No module named 'slim'
修改完private.py后再次运行
python main.py
报错:
Traceback (most recent call last):
File "main.py", line 3, in <module>
from app import app
File ".\app.py", line 1, in <module>
from slim import Application, CORSOptions, EMPTY_PERMISSION
ImportError: cannot import name 'EMPTY_PERMISSION'
ModuleNotFoundError: No module named 'slim'
疑似发生circular dependency imports
我用的是Windows10,anaconda python3.6.5
The text was updated successfully, but these errors were encountered: