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
======== Computing dependency graph ========
libidn/1.36: Not found in local cache, looking in remotes...
libidn/1.36: Checking remote: conancenter
libidn/1.36: Downloaded recipe revision ebf701f91ec5391f2b1973a18cc0d74d
Graph root
conanfile.txt: ...\conanfile.txt
*********************************************************
Recipe 'libidn/1.36' seems broken.
It is possible that this recipe is not Conan 2.0 ready
If the recipe comes from ConanCenter, report it at https://github.com/conan-io/conan-center-index/issues
If it is your recipe, check if it is updated to 2.0
*********************************************************
ERROR: Package 'libidn/1.36' not resolved: libidn/1.36: Cannot load recipe.
Error loading conanfile at 'C:\Users\quant\.conan2\p\libid7482640c3fb00\e\conanfile.py': Unable to load conanfile in C:\Users\quant\.conan2\p\libid7482640c3fb00\e\conanfile.py
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "C:\Users\quant\.conan2\p\libid7482640c3fb00\e\conanfile.py", line 5, in <module>
from conans import AutoToolsBuildEnvironment, tools
ImportError: cannot import name 'AutoToolsBuildEnvironment'
.
The text was updated successfully, but these errors were encountered:
Description
This recipe fails to build, as it seems to be importing some old name for an autotools build environment.
Package and Environment Details
Conan profile
Profile host:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows
Profile build:
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=14
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=193
os=Windows
Steps to reproduce
With
Conanfile.txt
:and running:
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: