Brownie Questions #139
-
I have followed all the steps in installing Brownie and i am getting this When i try compiling the code, I get this errors Any help would be appreciated |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 21 replies
-
ValueError: Invalid NPM block in '>= 0.6.0 < 0.9.0': '>=' it seems to be a problem related to the compiler:
|
Beta Was this translation helpful? Give feedback.
-
Bro you are a life saver.Thanks a lot. I uninstalled pipx and installed the brownie using pip |
Beta Was this translation helpful? Give feedback.
-
I think I'm having a similar issue but wasn't able to fix it with cromewar's suggestion above. File "C:\Users\leopa\anaconda3\envs\eth\lib\site-packages\brownie_cli_main_.py", line 64, in main Any more ideas with how to fix this? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Hi everyone I had this same issue and
was not the culprit!
as you can see that comment was another pragma declaration.
brownie compile worked like a charm! it seems that brownie tried to use the comment when getting the pragma specs from the file and thus the compilation failed. I am relatively inexperienced with how to best proceed to report this bug to the team and it could cause unnecessary problems for other developers. Please advise.. |
Beta Was this translation helpful? Give feedback.
ValueError: Invalid NPM block in '>= 0.6.0 < 0.9.0': '>=' it seems to be a problem related to the compiler: