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
{{ message }}
This repository was archived by the owner on Mar 13, 2026. It is now read-only.
The dependency requirement to six is restricting the latest version. As a result the following error is thrown by pip when installing to a different target directory. conan-package-tools 0.34.2 requires six<1.15.0,>=1.10.0, but you'll have six 1.15.0 which is incompatible.
Looking at conan 1.29.0, the requirement is six<=1.15.0,>=1.10.0.
Environment Details
Conan Package Tools Version: 0.34.2
Operating System: Windows
Operation System Version: Windows 10
Conan version: conan 1.29.0
Python version: python 3.7.4
Steps to reproduce (Include if Applicable)
pip install conan-package-tools
pip install --target=C:\temp packaging
Installing collected packages: six, pyparsing, packaging
ERROR: conan-package-tools 0.34.2 requires six<1.15.0,>=1.10.0, but you'll have six 1.15.0 which is incompatible.
Successfully installed packaging-20.4 pyparsing-2.4.7 six-1.15.0
Description of Problem, Request, or Question
The dependency requirement to
sixis restricting the latest version. As a result the following error is thrown by pip when installing to a different target directory.conan-package-tools 0.34.2 requires six<1.15.0,>=1.10.0, but you'll have six 1.15.0 which is incompatible.Looking at conan 1.29.0, the requirement is six<=1.15.0,>=1.10.0.
Environment Details
Steps to reproduce (Include if Applicable)