Skip to content

Brownie Questions #139

Answered by cromewar
TyllerDaniel asked this question in Q&A
Oct 4, 2021 · 5 comments · 21 replies
Discussion options

You must be logged in to vote

ValueError: Invalid NPM block in '>= 0.6.0 < 0.9.0': '>=' it seems to be a problem related to the compiler:

  1. try to properly select the compiler version from vscode extension
  2. make sure you don't have empty spaces on the sol version declaration, copy and paste this: (pragma solidity >=0.6.6 <0.9.0;)
  3. If nothing works, uninstall brownie from pipx and install it on a python virtual environment using pip.

Replies: 5 comments 21 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by TyllerDaniel
Comment options

You must be logged in to vote
2 replies
@cromewar
Comment options

@PatrickAlphaC
Comment options

Comment options

You must be logged in to vote
13 replies
@leopashov
Comment options

@leopashov
Comment options

@cromewar
Comment options

@leopashov
Comment options

@cromewar
Comment options

Comment options

You must be logged in to vote
2 replies
@Asosa809
Comment options

@cromewar
Comment options

Comment options

You must be logged in to vote
4 replies
@Teqshark
Comment options

@Teqshark
Comment options

@Teqshark
Comment options

@rasasa-1
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
7 participants