You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spent an entire day trying to get renderman to work. Can't figure out what's wrong. Compiled the build for MacOS, renamed the librenderman.so.dylib to .so, tried with different python envs and I get the same issue over and over. Found on some threads that it could be related to having the wrong linking to the boost lib but when inspecting it is pointing to the right one. Any ideas?
`Alejandros-MacBook-Pro:lib alek$ /usr/local/bin/python
Python 2.7.16 (default, Jun 19 2019, 07:40:37)
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
import librenderman as rm
JUCE v5.2.0
rm.RenderEngine(22050,256,256)
Traceback (most recent call last):
File "", line 1, in
TypeError: init() should return None, not 'NoneType'`
The text was updated successfully, but these errors were encountered:
Spent an entire day trying to get renderman to work. Can't figure out what's wrong. Compiled the build for MacOS, renamed the librenderman.so.dylib to .so, tried with different python envs and I get the same issue over and over. Found on some threads that it could be related to having the wrong linking to the boost lib but when inspecting it is pointing to the right one. Any ideas?
`Alejandros-MacBook-Pro:lib alek$ /usr/local/bin/python
Python 2.7.16 (default, Jun 19 2019, 07:40:37)
[GCC 4.2.1 Compatible Apple LLVM 10.0.1 (clang-1001.0.46.4)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
The text was updated successfully, but these errors were encountered: