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
I installed python, cmake and conan on a Windows computer to build the exiv2.dll for our software project. After changing the imports from "conans" to "conan", I'm now stuck with the following error:
ERROR: Error loading conanfile at 'E:\Projects\exiv2-0.28.0\conanfile.py': Error while initializing options. 'tuple' object has no attribute 'items'
Is there any version of the conanfile.py which can be used with conan version 2?
The text was updated successfully, but these errors were encountered:
I installed python, cmake and conan on a Windows computer to build the exiv2.dll for our software project. After changing the imports from "conans" to "conan", I'm now stuck with the following error:
ERROR: Error loading conanfile at 'E:\Projects\exiv2-0.28.0\conanfile.py': Error while initializing options. 'tuple' object has no attribute 'items'
Is there any version of the conanfile.py which can be used with conan version 2?
The text was updated successfully, but these errors were encountered: