allenai / ai2thor

An open-source platform for Visual AI.
http://ai2thor.allenai.org
Apache License 2.0
1.09k stars 210 forks source link

invoke local-build is not building a .app file (unity editing for AI2THOR scenes) #1159

Closed sarthakchittawar closed 10 months ago

sarthakchittawar commented 10 months ago

On executing invoke local-build I get the following error: image It seems that the _build function is not executing, although after debugging I saw that it returned an exit status 0. Moreover, I feel like the invoke local-build call is not functioning correctly, as I had to manually install all dependencies, instead of it being part of the process. Even if I create the build folder manually, the .app file is not generated. Is there a solution to this?

Originally posted by @sarthakchittawar in https://github.com/allenai/ai2thor/discussions/551#discussioncomment-6931142