-
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
Building Error When run bash install.sh #24
Comments
Can you post the full logs? thanks! |
try running: xcode-select --install then rerun all commands to build infinigen |
Of course! Here is the full logs.
|
I've tried it but it doesn't work. it told me that I had installed the Xcode-select tool. |
the xcode-select may be a old version.
|
It didn't work. Maybe you can tell me your Xcode-select version?
|
i have the same problem,, |
the issue is from the old vision numpy, try to modify the requirements.txt, numpy==1.23.0 works in my machine |
Same problem here. Updating Xcode-select or changing numpy version didn't work. |
what's your full logs? the numpy need to be installed in env Blender.app//Contents/Resources/3.3/python/bin/python3.10, you can list the packages:
|
Sure:
xcode-select version:
bash install.sh:
|
there is no error, just some warnings, you seem have successed. try to run the hello world example |
Oops, Sorry I didn't notice that. It works now. Thank you for your help!!! |
Describe the bug
An error occurred when I run
bash install.sh
OS: macOS Monterey 12.6, 16GB, Apple M1 Pro
Steps to Reproduce
What version of the code were you using? Tell us the output of
git log -n 1
'''
commit 6ce8234 (HEAD -> main, origin/main, origin/HEAD)
Author: pvl-bot [email protected]
Date: Sun Jun 18 18:32:02 2023 -0400
...
'''
What command did you run?
The text was updated successfully, but these errors were encountered: