Replies: 1 comment 4 replies
-
@Neftyr never used brownie, not sure about it. hope someone will help or you should ask it on stack exchange or similar sites. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys,
I have encountered strange issue and I'm not sure how can I fix it permanently. I have finished both Patrick's courses for blockchain, so Python one and JavaScript. I had brownie (similar to hardhat) tool installed and once I have installed slither those 2 seems to have some conflicts, because my brownie stopped working (library is working fine), but all brownie commands like
run
etc. stopped working. I have figured out that reinstalling brownie with simple checking this package bypip install eth-brownie
solves the issue, but after that when I wanted to runyarn slither
it stopped working... and I had to runpip install slither-analyzer
and what should be obvious now my brownie stopped working again...Does someone know how to have both installed and working at the same time? Both are using Python. Some errors below:
Running brownie while slither is installed:
After installing brownie and running slither:
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions