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
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'
The text was updated successfully, but these errors were encountered:
xujingzhou
changed the title
How does the source code compile and install under ubantu?
How does the source code compile and install under ubantu or centOS?
Mar 12, 2024
xujingzhou
changed the title
How does the source code compile and install under ubantu or centOS?
How does the source code compile and install under centOS?
Mar 13, 2024
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'
The text was updated successfully, but these errors were encountered: