This repository was archived by the owner on Mar 13, 2026. It is now read-only.
#525 Update six requirement to <=1.15.0#526
Open
inuik wants to merge 3 commits intoconan-io:developfrom
Open
Conversation
51b4291 to
3874905
Compare
madebr
added a commit
to madebr/conan
that referenced
this pull request
Nov 12, 2020
See conan-io/conan-package-tools#526 When running `run_create_in_docker` fails currently with: ```Traceback (most recent call last): File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 583, in _build_master ws.require(__requires__) File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 900, in require needed = self.resolve(parse_requirements(requirements)) File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 791, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.VersionConflict: (conan-package-tools 0.34.4 (/home/conan/.local/lib/python3.7/site-packages), Requirement.parse('conan-package-tools==0.34.3')) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/opt/pyenv/versions/3.7.5/bin/run_create_in_docker", line 6, in <module> from pkg_resources import load_entry_point File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3250, in <module> @_call_aside File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3234, in _call_aside f(*args, **kwargs) File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 3263, in _initialize_master_working_set working_set = WorkingSet._build_master() File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master return cls._build_from_requirements(__requires__) File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements dists = ws.resolve(reqs, Environment()) File "/opt/pyenv/versions/3.7.5/lib/python3.7/site-packages/pkg_resources/__init__.py", line 786, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'six<1.15.0,>=1.10.0' distribution was not found and is required by conan-package-tools ```
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changelog: (Fix): Update six requirement to <=1.15.0
fixes #525