Skip to content
Discussion options

You must be logged in to vote

Ok, just fixed it for me by adding this to my VSCode settings:

"python.analysis.extraPaths": [
    "venv/lib/python3.12/site-packages/"
],
"python.autoComplete.extraPaths": [
    "venv/lib/python3.12/site-packages/"
],

Might be worth to mention in the Readme that the subheadings in the installation procedure do not mean an either do this or do this, but rather:

  • Either Install stubs via PyPI or download manually
  • Then tell your editor about it in every case

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@nutti
Comment options

nutti Apr 1, 2025
Maintainer

@Splines
Comment options

Answer selected by Splines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants