Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue while running env_Rescue #4

Open
ashwinner19 opened this issue Aug 12, 2020 · 0 comments
Open

Issue while running env_Rescue #4

ashwinner19 opened this issue Aug 12, 2020 · 0 comments

Comments

@ashwinner19
Copy link

I am facing the following error on Mac can you help me out:
Traceback (most recent call last):
File "test.py", line 2, in
from env_rescue import EnvRescue
File "/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/env_rescue.py", line 1, in
from CEnvRescue import CEnvRescue
File "/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/CEnvRescue.py", line 20, in
_CEnvRescue = swig_import_helper()
File "/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/CEnvRescue.py", line 18, in swig_import_helper
return importlib.import_module('_CEnvRescue')
File "/Users/ashwinnair/opt/anaconda3/lib/python3.7/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
ImportError: dlopen(/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/_CEnvRescue.so, 2): no suitable image found. Did find:
/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/_CEnvRescue.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00
/Users/ashwinnair/PycharmProjects/Multi-Agent-Reinforcement-Learning-Environment/env_Rescue/Python3/_CEnvRescue.so: unknown file type, first eight bytes: 0x7F 0x45 0x4C 0x46 0x02 0x01 0x01 0x00

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant