tokenika / eosfactory

Python-based EOS smart-contract development & testing framework
http://eosfactory.io/
Other
243 stars 62 forks source link

ModuleNotFoundError: No module named 'node' #2

Closed bitcoiners closed 6 years ago

bitcoiners commented 6 years ago

Tried installing on Ubuntu

~/dev/eosfactory$ python3 ./tests/test1.py 
Traceback (most recent call last):
  File "./tests/test1.py", line 3, in <module>
    import node
ModuleNotFoundError: No module named 'node'
bitcoiners commented 6 years ago

running source ~/.bashrc fixed it.