-
Notifications
You must be signed in to change notification settings - Fork 507
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
Running python generate images command crash #9
Comments
I have tried few way to fix that, Still not fixable. |
Could you post the output of your Thanks! |
This happened for me as well, on M1 macbook. I got a little further with:
After that I crash further on:
|
Please, help. I'm also getting the same errors when I execute:
Here are the logs for the installation
|
Thanks for the reply. I went to |
I re-installed it once using
Here is the error log file |
Make sure this is However, it does seem the program is running but just crashing during cave generation. paging @lahavlipson |
Hi, I have the same issue. |
I have the same issue on WSL. |
same here. |
I am also having a crash during cave (or mountain) generation. Files are being generated in the assets folders prior to the error, so something is working.
The only indication of the problem is 'syntax error':
|
Retry with new submodule paths from #37 if possible. |
made it work by adding
Reference |
I started with the same gin package issue and followed the #37 patch, but it didn't fix it for me, even after a fresh install using #37. Running
Returns
|
What fixed this error for me was to do |
|
Unfortunately non of solutions works for me. Any suggestion?
|
I got pass my error by making sure my Git handles line endings correctly under Linux: |
issue
The error says no module 'gin', But I've run
requirements.txt
, Use thepip list
to check thatgin-config=0.5.0
already existsSystem:
Windows 11 22H2 - WSL Ubuntu 22.04 LTS
Hardware:
AMD 4800HS + RTX 2060
Command
python -m tools.manage_datagen_jobs --output_folder outputs/hello_world --num_scenes 1 --pipeline_configs local_16GB monocular blender_gt --specific_seed 0 --configs desert simple
Screenshot
Crash Files
crashed.txt
0 coarse 48951254576 Error: Python: Traceback (most recent call last):,Error: No module named 'gin' fatal=True 06/18 09:36PM
48951254576_0_log.out
The following command is sent: "nice -n 20 ../blender/blender --background -y -noaudio --python generate.py -- --output_folder outputs/hello_world/0/coarse --seed 0 --task coarse --task_uniqname coarse -g desert simple -p LOG_DIR='outputs/hello_world/0/logs' execute_tasks.frame_range=[1, 48] execute_tasks.camera_id=[0, 0]"
Blender 3.3.1 (hash b292cfe5a936 built 2022-10-05 00:14:35)
/mnt/wslg/runtime-dir/gvfs/ non-existent directory
Error: Python: Traceback (most recent call last):
File "/mnt/f/AIToolKit/AIGC/infinigen-main/worldgen/generate.py", line 19, in
import gin
ModuleNotFoundError: No module named 'gin'
Blender quit
The text was updated successfully, but these errors were encountered: