-
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Oct 20, 2021
Replies: 1 comment 2 replies
-
I already answered this on this thread: #209 (reply in thread) But the answer is Vscode python extension is incapable to recognize any package installed using Best regards. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
PatrickAlphaC
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I already answered this on this thread: #209 (reply in thread)
But the answer is Vscode python extension is incapable to recognize any package installed using
pipx
, the compiler will work anyway, but if you want to get rid of problem, install eth-brownie usingpip
instead, but have in mind you would like to use a different virtual environment for each project.Best regards.