Skip to content
New issue

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

Running conan2 results in error while initializing options: 'tuple' object has no attribute 'items' #2796

Open
stummer opened this issue Oct 18, 2023 · 1 comment
Labels

Comments

@stummer
Copy link

stummer commented Oct 18, 2023

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?

@stummer stummer added the bug label Oct 18, 2023
@neheb
Copy link
Collaborator

neheb commented Oct 20, 2023

not at the moment. the meson build might work for you. not sure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants