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
Hello, I have never utilized Conan before so I may be completely wrong in how I've tried to build this project. I've installed conan using pip, created the build directory and then using "conan install .." but getting this error:
ERROR: Error loading conanfile at 'C:\Users\Nick\source\repos\edyn\conanfile.py': Unable to load conanfile in C:\Users\Nick\source\repos\edyn\conanfile.py
File "", line 228, in call_with_frames_removed
File "C:\Users\Nick\source\repos\edyn\conanfile.py", line 1, in
from conans import ConanFile, tools, CMake
ImportError: cannot import name 'ConanFile' from 'conans' (C:\Windows\system32_internal\conans_init.pyc)
Looking around online this seems to be due to the conan recipie being incompatible with conan 2.0. which conan version do you use?
The text was updated successfully, but these errors were encountered:
Hello, I have never utilized Conan before so I may be completely wrong in how I've tried to build this project. I've installed conan using pip, created the build directory and then using "conan install .." but getting this error:
ERROR: Error loading conanfile at 'C:\Users\Nick\source\repos\edyn\conanfile.py': Unable to load conanfile in C:\Users\Nick\source\repos\edyn\conanfile.py
File "", line 228, in call_with_frames_removed
File "C:\Users\Nick\source\repos\edyn\conanfile.py", line 1, in
from conans import ConanFile, tools, CMake
ImportError: cannot import name 'ConanFile' from 'conans' (C:\Windows\system32_internal\conans_init.pyc)
Looking around online this seems to be due to the conan recipie being incompatible with conan 2.0. which conan version do you use?
The text was updated successfully, but these errors were encountered: