Python language server shows unresolved import errors (e.g. pydantic) even when packages are installed in a local venv/. VS Code with the same project works fine.
pyrightconfig.json is also ignored.
Python language server shows unresolved import errors (e.g. pydantic) even when packages are installed in a local venv/. VS Code with the same project works fine.
pyrightconfig.json is also ignored.
Im having probably the same bug in Antigravity, btw, antigravy is getting WORSE every update, for god sake. Slow too
This “error” appearing makes no sense, my project is working fine:
Cannot find module api.auth
Looked in these locations (from default config for project root marked by c:
did you find any solution
Having the same issue. I have reinstalled pyrefly and added python.autocomplete.extrapaths to user settings.json. Libraries are still not getting reslolved.