Open julienbfabre opened 4 years ago
I'm facing this same issue, did you find a solution?
I'm thinking it's related to " undefined reference to `pxrInternal_v0_20__pxrReserved". That looks like a hard-coded version number to me.
Any insight or help woiuld be very much appreciated. I've searched my system for file name and containing pxrInternal and also Googled a bunch. This does appear to be a C# error so I'm thinking it's in a binary rather than Python but I'm no expert in those languages.
Thanks!
I did solve it but this was quite a long time ago, unfortunately i don't recall how, i think at some point i removed and reinstalled everything from scratch, you might want to try that.
Thanks! I resolved it too.
For anyone else facing this same issue. I believe what resolved this (and another issue) was: 1.) Using USD version 19.11 (https://github.com/PixarAnimationStudios/USD/releases/tag/v19.11). There are reports from people that V20 has broken something else. 2.) There is a pull request for usd_from_gltf that appears to resolve this (https://github.com/google/usd_from_gltf/pull/82)
So, confirmed working for me now. I'm converting .stl to .gltf and .gltf to .usdz successfully.
On Ubuntu 16.04, USD and all other dependencies installed successfully but i'm getting the following:
Any idea how to solve this?