Closed aplatyps closed 1 year ago
Hello, apologies for the issue. Unfortunately I dont see anything fatal in your install logs, the whole 'directory not found for -L/Users/brecht' is expected due to I think a blender developer leaving one of his paths in the final build, it is not a fatal error.
Are there any other logs before or after this that show a fatal error? Otherwise, I will try have someone on our team replicate the bug, or failing that you may have to wait until 1.1 in a few weeks at which point we will be using a much more standardized install procedure.
Closed due to inactivity - please reopen if you are still encountering issues. You may also have better luck with our rc_1.1.1 prelease branch.
When running
assets_demo.py
on a MacOS with arm64 architecture, I got an error regarding thebnurbs.cpython-310-darwin.so
that need 'x86_64' even though duringinstall.sh
the NURBS is built for arm64Steps to Reproduce
the full output logs of
install.sh
Platform
Additional context I tried building the
bnurbs.cpython-310-darwin.so
withsetup_macos.py
as well, still get the same error when runningasset_demo.py