Lesson 5: Error in running: brownie run scripts/deploy.py with a blockheight warning #1175
-
getting this error BrownieSimpleStorageProject is the active project. Running 'scripts\deploy.py::main'... below is the code
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 4 replies
-
There isn't any issue here. Brownie has given you a warning and then executed the code as expected. |
Beta Was this translation helpful? Give feedback.
-
Hello @rishigarg256 |
Beta Was this translation helpful? Give feedback.
-
OK, let's unpack the question. When using Visual Studio Code on Windows the default command-line shell / integrated terminal will be PowerShell. There is no difference if you are using PowerShell from the Windows menu or the integrated terminal which comes with VSC. Global vs Virtual Environment One very good way to solve this is a so-called virtual environment. |
Beta Was this translation helpful? Give feedback.
There isn't any issue here. Brownie has given you a warning and then executed the code as expected.