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
We strongly recommend using virtualenvs (virtualenvwrapper works great) for everything related to Python.
by providing an explanation of how to do it.
Add PyYAML collisions to known installation inssues.
Unfortunately I can not provide a solution to the actual problem, as I frustratingly tried to get things to work for awhile now. Relevant issue of updating to newer versions of pyyaml seem to be abandoned for now: conan-io/conan#4285
Sorry for the unhelpful issue.
The text was updated successfully, but these errors were encountered:
We have added a couple of links in the docs, pointing to the docs of virtualenvwrapper, there are good introductions there to learn how to use them: https://docs.conan.io/en/latest/installation.html
Actually, we didn't know that pyyaml 5.1 was out, we might be able to try to bump it, see if it passes CI, and it might be included in the requirements range. Done in: conan-io/conan#4945
Next conan version will allow pyyaml 5.1, so this can be closed.
Please check when conan 1.15 is out, and comment or re-open if necessary. Thanks again!
Current version of conan depends on PyYAML <3.14 >= 3.11 (see https://github.com/conan-io/conan/blob/develop/conans/requirements.txt) but PyYAML is part of the distutils and therefore not easily removed or downgraded and by now in version 5.1.
Suggested solutions:
Actually follow up on this:
by providing an explanation of how to do it.
Add PyYAML collisions to known installation inssues.
Unfortunately I can not provide a solution to the actual problem, as I frustratingly tried to get things to work for awhile now. Relevant issue of updating to newer versions of pyyaml seem to be abandoned for now: conan-io/conan#4285
Sorry for the unhelpful issue.
The text was updated successfully, but these errors were encountered: