opentdf / client-cpp

Minimal C++ client to generate and access TDF files
BSD 3-Clause Clear License
1 stars 2 forks source link

error loading conanfile while running build-all.sh script #143

Open Rajan251 opened 4 months ago

Rajan251 commented 4 months ago

sh build-all.sh

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

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

ERROR: Error loading conanfile at '/home/opentdf/client-cpp/src/conanfile.py': Unable to load conanfile in /home/opentdf/client-cpp/src/conanfile.py File "", line 883, in exec_module File "", line 241, in _call_with_frames_removed File "/home/opentdf/client-cpp/src/conanfile.py", line 1, in from conans import ConanFile, CMake ImportError: cannot import name 'ConanFile' from 'conans' (/home/opentdf/conan-io/conans/init.py)