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

AI2Thor docker build failure #13

Closed
Ram81 opened this issue Aug 16, 2022 · 1 comment
Closed

AI2Thor docker build failure #13

Ram81 opened this issue Aug 16, 2022 · 1 comment

Comments

@Ram81
Copy link

Ram81 commented Aug 16, 2022

Hi,

When running the ./scripts/build.sh command I am running into the following issue -

WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is re
commended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Traceback (most recent call last):
  File "<string>", line 1, in <module>
AttributeError: module 'ai2thor.build' has no attribute 'DEFAULT_CLOUDRENDERING_COMMIT_ID'
The command '/bin/sh -c pip3 install -r requirements.txt && python3 -c "import os; import ai2thor.build; ai2thor.build.Build('CloudRendering
', ai2thor.build.DEFAULT_CLOUDRENDERING_COMMIT_ID, False, releases_dir=os.path.join(os.path.expanduser('~'), '.ai2thor/releases')).download(
)"' returned a non-zero code: 1

Can someone help with the above issue? or point us to a stable build that we can use?

@knightpegasus7382
Copy link

knightpegasus7382 commented Oct 5, 2022

Hey,

Changing the ai2thor version in ./requirements.txt to an earlier version fixed this issue for me. I changed the contents of ./requirements.txt from:

ai2thor

to

ai2thor==4.0.0

The latest version(s?) of ai2thor seems to be incompatible with the current state of ai2thor-docker.

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