MonoPort
MonoPort copied to clipboard
Errors: running RTL/main.py
Attempted to run in on Google Colab:
Not finding get_cfg_defaults or Monoport
Traceback (most recent call last):
File "RTL/main.py", line 19, in
You probably need to add
sys.path.append('.')
if you are using Python 3.7.10.
I have the same problem. I also try "sys.path.append('.')" but it will have other problems. Did you solve it? Could someone please help deal with this problem. Thank you very much!
you can solve this by running pip install -e .
in the top level