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

#525 Update six requirement to <=1.15.0 #526

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

inuik
Copy link

@inuik inuik commented Sep 15, 2020

Changelog: (Fix): Update six requirement to <=1.15.0

fixes #525

  • Refer to the issue that supports this Pull Request.
  • If the issue has missing info, explain the purpose/use case/pain/need that covers this Pull Request.
  • I've read the Contributing guide.
  • I've followed the PEP8 style guides for Python code.

@CLAassistant
Copy link

CLAassistant commented Sep 15, 2020

CLA assistant check
All committers have signed the CLA.

@inuik inuik force-pushed the feature/update_six_requirement branch from 51b4291 to 3874905 Compare September 15, 2020 15:50
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
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update requirements for six
3 participants