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
I got all the libraries compiled in macOS... but when I try to import them in python 2.7, I'm getting an error Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python/pxr/Gf/__init__.py", line 31, in <module> from pxr import Tf File "/usr/local/lib/python/pxr/Tf/__init__.py", line 85, in <module> from . import _tf ImportError: cannot import name _tf
This is just one example but I'm getting the same problem with all of them...
I tried with Debug and Release libraries from xcode.
Some one is getting the same problem???
The text was updated successfully, but these errors were encountered:
I got all the libraries compiled in macOS... but when I try to import them in python 2.7, I'm getting an error
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python/pxr/Gf/__init__.py", line 31, in <module> from pxr import Tf File "/usr/local/lib/python/pxr/Tf/__init__.py", line 85, in <module> from . import _tf ImportError: cannot import name _tf
This is just one example but I'm getting the same problem with all of them...
I tried with Debug and Release libraries from xcode.
Some one is getting the same problem???
The text was updated successfully, but these errors were encountered: