-
Notifications
You must be signed in to change notification settings - Fork 492
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
Why I can not launch Blender UI ? #257
Comments
Hello, The warnings you show are all nonfatal (we see these every startup, I believe they are from the Your logs.txt also has no errors. Can you first check if running the blender executable directly works for you ? IE execute |
Hello, Thank you! Sorry, I'm not familiar with blender-python script. I tried it.I can run the blender executable directly. And I try some other blender-python script from github. Some of them work, some of them don't. Such as |
I find fisher_iris_visualization.log where don't work: from sklearn import datasets |
I can solve the above problem using Blender-4.1. I don't know if all the problems are caused by issues with the Blender version. If I want to try using Blender-4.1, how should I build the code for infinigen? |
Running Infinigen code inside blender4.1 does not work - updating is quite hard (#252) since the blender API changes significantly each time. It may come in a future update but is not possible currently. However, you can use blender4.1 to open files generated by Infinigen provided you dont run any code via the commandline. You could also probably do this with a non-infinigen copy of blender3.6 - our scripts/install/interactive_blender.sh both downloads 3.6 and also installs infinigen into it, but this is not actually needed just to open the file and view it. Could you edit scripts/install/interactive_blender.sh so its last line (the pip install) has sidenot: I need to make the docs clearer on what logs to send if interactive_blender.sh sends, the default pip logs arent relevant as it is an entirely different python install. |
Thanks, I use docker with no-gpu is ok, but using CUDA's Docker still has the same issue. |
Describe the bug
I installed infinigen as a Blender Python script, Normal install, and how can i launch UI? I executed python -m infinigen.launch_blender and faild,it will automatically exit.
Steps to Reproduce
What version of the code were you using?
Tell us the commit & commit hash from
git log
infinigen-1.3.4
What command did you run?
python -m infinigen.launch_blender
What are your FULL output logs?
The error is as follows:
Read prefs: "/home/cy/.config/blender/3.6/config/userpref.blend"
/home/cy/Code/Python/infinigen/blender/3.6/python/lib/python3.10/site-packages/numpy/core/getlimits.py:500: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
setattr(self, word, getattr(machar, word).flat[0])
/home/cy/Code/Python/infinigen/blender/3.6/python/lib/python3.10/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float64'> type is zero.
return self._float_to_str(self.smallest_subnormal)
/home/cy/Code/Python/infinigen/blender/3.6/python/lib/python3.10/site-packages/numpy/core/getlimits.py:500: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero.
setattr(self, word, getattr(machar, word).flat[0])
/home/cy/Code/Python/infinigen/blender/3.6/python/lib/python3.10/site-packages/numpy/core/getlimits.py:89: UserWarning: The value of the smallest subnormal for <class 'numpy.float32'> type is zero.
return self._float_to_str(self.smallest_subnormal)
已放弃 (核心已转储)
If this is your first time running Infinigen, what are the full install logs?**
Run
pip install -vv -e . > logs.txt 2>&1
and send logs.txt as an attachment.logs.txt
Platform
Additional context
The text was updated successfully, but these errors were encountered: