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

Issues testing the installation with a simple random agent. #211

Open
varshantdhar opened this issue Apr 11, 2021 · 3 comments
Open

Issues testing the installation with a simple random agent. #211

varshantdhar opened this issue Apr 11, 2021 · 3 comments

Comments

@varshantdhar
Copy link

varshantdhar commented Apr 11, 2021

Running the last example from (https://github.com/deepmind/lab/blob/master/python/pip_package/README.md) first produces an error, complaining about the missing dm_env package. Resolving this with a pip install leads to another error

ImportError: dlopen(/Users/.../...//deepmind_lab.so, 2): image not found

Here is the Traceback (most recent call last):

File "/Users/.../.../.../agent.py", line 2, in <module> import deepmind_lab File "/Users/..../..../..../env/lib/python3.9/site-packages/deepmind_lab/__init__.py", line 28, in <module> _deepmind_lab = imp.load_dynamic( File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/imp.py", line 342, in load_dynamic return _load(spec)

What should I do to resolve this?

@tkoeppe
Copy link
Collaborator

tkoeppe commented Apr 12, 2021

Is this on Linux or on MacOS?

@varshantdhar
Copy link
Author

Apologies I should’ve written that. It’s on a Mac OS Big Sur.

@tkoeppe
Copy link
Collaborator

tkoeppe commented Apr 12, 2021

The Mac build is only very poorly supported I'm afraid. If you can make progress on this, I'll happily patch things according to your instructions. I can basically only use the GitHub action runner to test that platform.

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

2 participants