-
I hit a deadlock at installing Brownie on Lesson 5.
Help!! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @Sharkytec Additionally, consider stop using just windows for this kind of development, WSL is the best option for this and you have a guide under "windows support" con the course index. |
Beta Was this translation helpful? Give feedback.
Hello @Sharkytec
The reason is windows does not how to handle those kind of packages unless you do some tricky stuff on the path variables.
Anyways using pipx is not worth it as Vscode will not recognize brownie anyway, so please use just regular pip to install eth-brownie.
Additionally, consider stop using just windows for this kind of development, WSL is the best option for this and you have a guide under "windows support" con the course index.