-
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
error when run command $BLENDER --noaudio --background --python generate.py ... #29
Comments
Did you try to install tqdm ? |
Please retry installation and post the full install.sh logs |
I am having same issue - here is my full install.sh log checked after first build and found so did but still getting I used some workarounds at the bottom of the gist to get the worldgen running - just not using GPU perhaps due to during build: |
'skipping cuda' just means you will not be able to use the RE tqdm, check in the logs if either of the two pip install commands is failing, we pip install the packages into both conda's python and blender's python to it can be a little confusing |
im having same thing after running
Any help would be appreciated |
Describe the bug
when I run the command
$BLENDER -noaudio --background --python generate.py -- --seed 0 --task coarse -g desert simple --output_folder outputs/helloworld/coarse
python raise an errorI find that the python version of conda is 3.10.11, while blender use python3.10.2 to run the file. I don't know if it is the reason, I followed every step in the readme strictly.
Platform
The text was updated successfully, but these errors were encountered: