Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
137 views
in Technique[技术] by (71.8m points)

python - Unresolved reference after importing?

This is driving me crazy and I feel like I've tried everything. I successfully imported Flask and date yesterday but I came back to the code today and tried installing CORS but it's not working. I've installed the package CORS and I invalidated caches/restarted but it still says that it's an unresolved reference. enter image description here

After I invalidated caches/restarted it, it briefly showed no errors until the 'Indexing Python SDK 'Python 3.9 (backend)' bar at the bottom loaded completely and then it showed the import as being unresolved again.

I had done this exact command before to install flask and it worked and now it's not working for CORS:

enter image description here

I'm pretty sure I didn't change anything between yesterday and today which is why I don't understand this. I looked at similar posts to this and tried their advice but it's not working. Any suggestions I would be eternally grateful.

question from:https://stackoverflow.com/questions/65876847/unresolved-reference-after-importing

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)

Since you use PyCharm, setup a Python venv in there and install everything in there using the build in Terminal in PyCharm. Then check if its working. Here is how:

https://www.jetbrains.com/help/pycharm/creating-virtual-environment.html


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...