Open goout opened 4 years ago
Tried installing, got the same error.
EDIT:
This can be solved by adding the following in the "mesh.h" file
#include <map>
I then ran into this issue after that
EDIT 2: I've managed to successfully build it by using version 19.07 of USD, I was using the latest version (20.05) before. 19.07 does not encounter issues while installing USD_FROM_GLTF.
Try using python 3
@viliusddd thanks for the answer, i'll try, but a bit later
Adding include <map>
to the mesh.h solved it for me (y)
Thank you @pzyu
To any who still receive problems after adding include <map>
I found that the instructions here solved my build problem.