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
conan-2.0 source --name mpc --version 1.2.0 .
ERROR: Error loading conanfile at '/tmp/tmp.R02tApJCqY/mpc/conanfile.py': Unable to load conanfile in /tmp/tmp.R02tApJCqY/mpc/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.R02tApJCqY/mpc/conanfile.py", line 1, in <module>
from conans import ConanFile, AutoToolsBuildEnvironment, tools
ImportError: cannot import name 'ConanFile' from 'conans' (/mathworks/devel/sandbox/marc/conan-2.0/conan-io/conans/__init__.py)```
</details>
The text was updated successfully, but these errors were encountered:
Description
mpc has yet to be ported to Conan 2.0
Package and Environment Details
Package Name/Version: mpc/1.2.0
Operating System+version: Debian 10
Compiler+version: gcc 8
Conan version: conan 2.0.0-beta6
Python version: Python 3.7.3
Conan profile
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
Steps to reproduce
conan-2.0 build -pr:b tools.jinja -pr:h tools.jinja --name mpc--version 1.2.0 .
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: