facebookincubator / FBX2glTF

A command-line tool for the conversion of 3D model assets on the FBX file format to the glTF file format.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this still work/compile?

aario opened this issue · comments

commented

Is anyone still able to compile this?
I'm stuck at this step to build it on linux:

conan install . -i build -s build_type=Release ${CONAN_CONFIG}

It shows:

boost_filesystem/1.69.0@bincrafters/stable: Not found in local cache, looking in remotes...
boost_filesystem/1.69.0@bincrafters/stable: Trying with 'conancenter'...
boost_filesystem/1.69.0@bincrafters/stable: Trying with 'bincrafters'...
ERROR: Failed requirement 'boost_filesystem/1.69.0@bincrafters/stable' from 'conanfile.py'
ERROR: Permission denied for user: 'None'. [Remote: bincrafters]                                                    

Seems like the requirement does not exist anymore on the web. I also tried the docker file which was obsolete as well. Some pip requirements did not exist anymore. I also tried updating those requirements on dockerfile and using Ubuntu 22.04. Then stuck at the same step with bincrafters boost_filesystem. Any ideas how to get this to work is highly appreciated.

try conan remote update bincrafters https://bincrafters.jfrog.io/artifactory/api/conan/public-conan

source link

also you can use this fork https://github.com/V-Sekai/FBX2glTF