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

How does the source code compile and install under centOS?

xujingzhou opened this issue · comments

How does the source code compile and install under centOS? Welcome to detailed steps. thanks

Error as below:
[root@VM-0-14-centos FBX2glTF]# conan install . --output-folder=build --settings=build_type=Release -s compiler.libcxx=libstdc++11

======== Input profiles ========
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu98
compiler.libcxx=libstdc++11
compiler.version=4.8
os=Linux

Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu98
compiler.libcxx=libstdc++
compiler.version=4.8
os=Linux

ERROR: Error loading conanfile at '/www/server/fbx2gltf/code/FBX2glTF/conanfile.py': Unable to load conanfile in /www/server/fbx2gltf/code/FBX2glTF/conanfile.py
File "", line 678, in exec_module
File "", line 219, in _call_with_frames_removed
File "/www/server/fbx2gltf/code/FBX2glTF/conanfile.py", line 6, in
from conans import ConanFile, CMake
ImportError: cannot import name 'ConanFile'