procthor icon indicating copy to clipboard operation
procthor copied to clipboard

error when "python scripts/example.py"

Open likelyw opened this issue 1 year ago • 7 comments

@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?

likelyw avatar Jun 19 '24 13:06 likelyw

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?

bowieshi avatar Jun 22 '24 06:06 bowieshi

@bowieshi Me too!Have you found a solution?

usernameforu avatar Jul 07 '24 11:07 usernameforu

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 :"https://github.com/allenai/ai2thor-rearrangement/issues/25"

giao-123-sun avatar Aug 23 '24 17:08 giao-123-sun

Hey @giao-123-sun , I have already installed the 4.0.0 version but the issue still seems to exist. Also I have not installed via pip but I built it from source because doing it via pip install was a dead end too. Were you able to solve this?

LearningLeopard avatar Feb 06 '25 05:02 LearningLeopard

Hi @LearningLeopard, could you solve the problem? I tried version 4.0.0 too, but it didn't help.

SRastegari avatar Jun 02 '25 10:06 SRastegari

Any update? Same problem, and 4.0.0 is not helpful too.

chang-xinhai avatar Aug 28 '25 12:08 chang-xinhai

I met the same issue and fixed it by further downgrading ai2thor to 3.5.0. I am on Ubuntu 22.04.

ruiqixu37 avatar Sep 16 '25 02:09 ruiqixu37