Replies: 2 comments
-
Hello @HalaAura |
Beta Was this translation helpful? Give feedback.
0 replies
-
i am getting an following error whenever i try to run brownie run scripts/deploy.py where deploy.py is the file which has simple print statement just for testing |
Beta Was this translation helpful? Give feedback.
0 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!
I am running sudo brownie run scripts/deploy.py
and I got this error, any thing I can do to fix that?
Thank you so much in advance.
Brownie v1.17.2 - Python development framework for Ethereum
BrownieSimpleStorageProject is the active project.
/usr/local/lib/python3.8/dist-packages/brownie/network/main.py:44: BrownieEnvironmentWarning: Development network has a block height of 2
warnings.warn(
Attached to local RPC client listening at '127.0.0.1:8545'...
File "/usr/local/lib/python3.8/dist-packages/brownie/_cli/run.py", line 50, in main
return_value, frame = run(
File "/usr/local/lib/python3.8/dist-packages/brownie/project/scripts.py", line 53, in run
module = _import_from_path(script)
File "/usr/local/lib/python3.8/dist-packages/brownie/project/scripts.py", line 149, in _import_from_path
_import_cache[import_str] = importlib.import_module(import_str)
File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
File "<frozen, line line, in in
ModuleNotFoundError: No module named 'home.halaz.web3'
Beta Was this translation helpful? Give feedback.
All reactions