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
Installed successfully, then when trying to import I get
Traceback (most recent call last):
File "/Users/moalla/mambaforge/envs/deep-rts/lib/python3.9/site-packages/DeepRTS/__init__.py", line 2, in<module>
from DeepRTS import Engine
ImportError: cannot import name 'Engine' from partially initialized module 'DeepRTS' (most likely due to a circular import) (/Users/moalla/mambaforge/envs/deep-rts/lib/python3.9/site-packages/DeepRTS/__init__.py)
If I remove it from the init.py and try to import Engine or Player independently I get
ImportError: cannot import name 'Engine' from 'DeepRTS'
or
ImportError: cannot import name 'Engine' from 'DeepRTS.python'
Any ideas?
The text was updated successfully, but these errors were encountered:
Installed successfully, then when trying to import I get
If I remove it from the init.py and try to import Engine or Player independently I get
Any ideas?
The text was updated successfully, but these errors were encountered: