简体   繁体   中英

reportMissingImports Python error but import works fine

When I install package with python and import it, I often get a missing imports message such as:

Import "fastapi" could not be resolvedPylancereportMissingImports

The imports always work perfectly fine, the fastapi example above will run a server and I can build an API without issue.

Can anyone explain why I am getting this error and how I could get rid of it?

Reinstall fastapi again separately.

pip install 'fastapi[all]'

pip install fastapi
pip install uvicorn

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM