We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uses old-style imports
isl/0.24
Any
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name isl --version 0.24 .
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name isl --version 0.24 . -------- Input profiles -------- Profile host: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] cmake*:bootstrap=True [tool_requires] !openssl*: cmake/3.24.2 Profile build: [settings] arch=x86_64 build_type=Release compiler=gcc compiler.libcxx=libstdc++11 compiler.version=8 os=Linux [options] cmake*:bootstrap=True [tool_requires] !openssl*: cmake/3.24.2 ERROR: Error loading conanfile at '/tmp/tmp.UuQlL1yi0W/isl/conanfile.py': Unable to load conanfile in /tmp/tmp.UuQlL1yi0W/isl/conanfile.py File "<frozen importlib._bootstrap_external>", line 728, in exec_module File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed File "/tmp/tmp.UuQlL1yi0W/isl/conanfile.py", line 1, in <module> from conans import AutoToolsBuildEnvironment, ConanFile, tools ImportError: cannot import name 'AutoToolsBuildEnvironment' from 'conans' (/mathworks/devel/sandbox/marc/conan-2.0/conan-io/conans/__init__.py)
The text was updated successfully, but these errors were encountered:
Will submit a fix shortly
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
Uses old-style imports
Package and Environment Details
isl/0.24
Conan profile
Any
Steps to reproduce
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name isl --version 0.24 .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: