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

error when "python scripts/example.py" #49

Open
likelyw opened this issue Jun 19, 2024 · 3 comments
Open

error when "python scripts/example.py" #49

likelyw opened this issue Jun 19, 2024 · 3 comments

Comments

@likelyw
Copy link

likelyw commented Jun 19, 2024

@Lucaweihs
Traceback (most recent call last):
File "scripts/example.py", line 6, in
house, _ = house_generator.sample()
File "/home/haha/桌面/procthor-main/procthor/generation/init.py", line 131, in sample
self.controller = Controller(quality="Low", **PROCTHOR_INITIALIZATION)
File "/home/haha/anaconda3/envs/procthor/lib/python3.8/site-packages/ai2thor/controller.py", line 513, in init
self._build = self.find_build(local_build, commit_id, branch, platform)
File "/home/haha/anaconda3/envs/procthor/lib/python3.8/site-packages/ai2thor/controller.py", line 1306, in find_build
raise ValueError(
ValueError: Invalid commit_id: f0825767cd50d69f666c7f282e54abfe58f1e917 - no build exists for arch=Linux platforms=Linux64
can you please tell me how to solve this?

@bowieshi
Copy link

I met the same problem. Do you find a way to solve it?

@Lucaweihs Traceback (most recent call last): File "scripts/example.py", line 6, in house, _ = house_generator.sample() File "/home/haha/桌面/procthor-main/procthor/generation/init.py", line 131, in sample self.controller = Controller(quality="Low", **PROCTHOR_INITIALIZATION) File "/home/haha/anaconda3/envs/procthor/lib/python3.8/site-packages/ai2thor/controller.py", line 513, in init self._build = self.find_build(local_build, commit_id, branch, platform) File "/home/haha/anaconda3/envs/procthor/lib/python3.8/site-packages/ai2thor/controller.py", line 1306, in find_build raise ValueError( ValueError: Invalid commit_id: f0825767cd50d69f666c7f282e54abfe58f1e917 - no build exists for arch=Linux platforms=Linux64 can you please tell me how to solve this?

@usernameforu
Copy link

@bowieshi Me too!Have you found a solution?

@giao-123-sun
Copy link

I find the problem be solved when I changed the version of ai2thor from 5.0.0 to 4.0.0.
It might be a problem for version conflict I think.
Citation and thanks for :"allenai/ai2thor-rearrangement#25"

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

4 participants