You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an error when running command below.
alex@alex-VirtualBox:/trinity-master/src/NodeB$ python3 store_block_data.py -->null &
[1] 18625
alex@alex-VirtualBox:/trinity/src/NodeB$ Traceback (most recent call last):
File "store_block_data.py", line 10, in
from NodeB.config import *
ImportError: No module named 'NodeB'
The text was updated successfully, but these errors were encountered:
I'm getting an error when running command below.
alex@alex-VirtualBox:
/trinity-master/src/NodeB$ python3 store_block_data.py -->null &/trinity/src/NodeB$ Traceback (most recent call last):[1] 18625
alex@alex-VirtualBox:
File "store_block_data.py", line 10, in
from NodeB.config import *
ImportError: No module named 'NodeB'
The text was updated successfully, but these errors were encountered: