-
It works anyway, but that yellow error is really annoying for me. Any thought on how to fix that guys? |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Oct 18, 2021
Replies: 1 comment 1 reply
-
I had the same "problem", it seems is because the python extension is incapable to recognise packages installed with Best regards, and hope this info help. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ace-brown
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I had the same "problem", it seems is because the python extension is incapable to recognise packages installed with
pipx
so if you want it, you could install eth-brownie using old trustypip
instead, but have in mind you would like to use a different virtualenv for each project.Best regards, and hope this info help.