Replies: 1 comment
-
|
Just install dependencies locally using uv sync command. Your IDE uses your python to resolve dependencies, if you don't install them, your IDE won't understand the code. Of course, you can bind it to use python from the container, but what for? |
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
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