Having issues adding VENV support #8266
Replies: 3 comments 2 replies
-
I recently ran into a similar problem where Zed wouldn't recognise my .venv unless I explicitly specified the path to it. What worked for me was to define a [tool.pyright]
venvPath = "."
venv = ".venv" |
Beta Was this translation helpful? Give feedback.
-
If the {
"venvPath": ".",
"venv": ".venv"
} |
Beta Was this translation helpful? Give feedback.
-
I fixed this error by using the following in the settings file: I didn't find this on my own, this article helped me finding a solution |
Beta Was this translation helpful? Give feedback.
-
Hey all, I tried the solution in this discussion: https://github.com/zed-industries/community/issues/205, but am having issues getting it working with my project. I've tried both putting it into both the parent directory and the directory with all the code, and neither seem to work. Anyone know how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions