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
ERROR: m4/1.4.19: Cannot load recipe.
Error loading conanfile at '/root/.conan/data/m4/1.4.19/_/_/export/conanfile.py': Unable to load conanfile in /root/.conan/data/m4/1.4.19/_/_/export/conanfile.py
File "/usr/lib/python3.8/imp.py", line 171, in load_source
module = _load(spec)
File "<frozen importlib._bootstrap>", line 702, in _load
File "<frozen importlib._bootstrap>", line 671, in _load_unlocked
File "<frozen importlib._bootstrap_external>", line 848, in exec_module
File "<frozen importlib._bootstrap>", line 219, in _call_with_frames_removed
File "/root/.conan/data/m4/1.4.19/_/_/export/conanfile.py", line 3, in <module>
from conan.tools.files import apply_conandata_patches, copy, export_conandata_patches, get, rmdir, save
ImportError: cannot import name 'export_conandata_patches' from 'conan.tools.files' (/usr/local/lib/python3.8/dist-packages/conan/tools/files/__init__.py)
The text was updated successfully, but these errors were encountered:
Description
Unable to iinstall m4/1.4.19 with conan 1.51.3
Package and Environment Details
Conan profile
[settings]
os=Linux
os_build=Linux
arch=x86_64
arch_build=x86_64
compiler=gcc
compiler.version=10
compiler.libcxx=libstdc++11
build_type=Release
[options]
[conf]
[build_requires]
[env]
Steps to reproduce
conan install -r conancenter m4/1.4.19@ -pr:b=default -pr:h=default
Logs
Click to expand log
The text was updated successfully, but these errors were encountered: