Which OS should it used? #5417
Unanswered
zongbb1983
asked this question in
Q&A
Replies: 2 comments
-
You need to change the name of your |
Beta Was this translation helpful? Give feedback.
0 replies
-
Try adding dot before package
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Which OS should it used? Windows or Linux? or something else? For I used it under the Windows system, this error occured.
Traceback (most recent call last):
File "C:\Users\jack\PycharmProjects\flask-main\src\flask\app.py", line 7, in
import typing as t
File "C:\Users\jack\PycharmProjects\flask-main\src\flask\typing.py", line 5, in
if t.TYPE_CHECKING: # pragma: no cover
AttributeError: partially initialized module 'typing' has no attribute 'TYPE_CHECKING' (most likely due to a circular import)
Beta Was this translation helpful? Give feedback.
All reactions