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

[question] how to solve "'tools.env.virtualenv:auto_use' does not exist in configuration list or the conf format introduced is not valid." #16143

Open
1 task
petaflot opened this issue Apr 24, 2024 · 1 comment
Assignees

Comments

@petaflot
Copy link

What is your question?

it's all in the title.

(py311) meta@gentx ~/_git/CuraEngine $ conan install . --build=missing --update
ERROR: [conf] Either 'tools.env.virtualenv:auto_use' does not exist in configuration list or the conf format introduced is not valid. Run 'conan config list' to see all the available confs.
(py311) meta@gentx ~/_git/CuraEngine $  conan config list | grep auto_use
(py311) meta@gentx ~/_git/CuraEngine $  

Have you read the CONTRIBUTING guide?

  • I've read the CONTRIBUTING guide
@memsharded
Copy link
Member

Hi @petaflot

auto_use is a Conan 1.X configuration, that doesn't exist anymore in Conan 2.
But it seems you are using Conan 2, so it is complaining that such an unknown configuration is provided. Please make sure to either remove that configuration (if you intend to use Conan 2), or to make sure that Conan 1 is installed.

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

No branches or pull requests

2 participants