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
I used the GitHub search to find a similar question and didn't find it.
I searched in the documentation/README.
I already searched in Google "How to do X" and didn't find any information.
I already read and followed all the tutorial in the docs/README and didn't find an answer.
Commit to Help
I commit to help with one of those options 👆
Example Code
import sentry_sdk
from fastapi import FastAPI
from fastapi.routing import APIRoute
from starlette.middleware.cors import CORSMiddleware
For these import I have the message
Import "fastapi.routing" could not be resolvedbasedpyrightreportMissingImports
or
Import "fastapi" could not be resolvedbasedpyrightreportMissingImports
Description
Into my editor if I do not install locally the necessary libraries I have a problem because it does not recognize existing functions (like FastAPI native functionalities).
How should I behave regarding this?
Should I say to the editor to use the containers code or else?
What is the best way to work with this template?
Thank you.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Into my editor if I do not install locally the necessary libraries I have a problem because it does not recognize existing functions (like FastAPI native functionalities).
How should I behave regarding this?
Should I say to the editor to use the containers code or else?
What is the best way to work with this template?
Thank you.
Operating System
Linux
Operating System Details
Standard ubuntu 25 local
Python Version
Python 3.12.3
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions