-
|
Hey there, thanks for this really cool project ❤ I was just installing the latest bpy modules via What I've tried so far without success:
I understood the Install section in your Readme in the way that I can either install the stubs via PyPI, or manually download them and then tell VSCode where they are. So in my understanding, installing from PyPI, then restarting VSCode should be sufficient. Am I missing something? By the way, I'm connected to WSL (Ubuntu 22.04 jammy), which usually doesn't pose any problems. bpy-imports.mp4 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
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:
|
Beta Was this translation helpful? Give feedback.
Ok, just fixed it for me by adding this to my VSCode settings:
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: