princeton-vl / infinigen

Infinite Photorealistic Worlds using Procedural Generation
https://infinigen.org
BSD 3-Clause "New" or "Revised" License
5.16k stars 432 forks source link

import gin ModuleNotFoundError: No module named 'gin' #135

Closed msskaa12 closed 10 months ago

msskaa12 commented 10 months ago

Describe the bug

ModuleNotFoundError: No module named 'gin' ,

1 After this I had try pip install gin , but is not work 2 In the conda enviroment I had try python , import gin , is seems like working . 3 but reuse the command not work "blender -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert.gin simple.gin --output_folder outputs/helloworld/coarse, " os: ubuntu 20.04 my blender location: /home/user_name/Github/infinigen/blender/blender my enviroment variable: export PATH="/home/user_name/Github/infinigen/blender:$PATH" my donda enviroment location: /opt/miniconda3/envs/infinigen/

Pasted image 20230828133647 拷贝