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

Error installing ioda package urllib3 #266

Closed
vieiraroger opened this issue Apr 30, 2019 · 1 comment
Closed

Error installing ioda package urllib3 #266

vieiraroger opened this issue Apr 30, 2019 · 1 comment

Comments

@vieiraroger
Copy link

What happened: when I do the install to the venv, I'm getting an error in one package: urllib3
ERROR:

ERROR: requests 2.21.0 has requirement urllib3<1.25,>=1.21.1, but you'll have urllib3 1.25.2 which is incompatible.

When I try to execute yoda getting this error:

Traceback (most recent call last):
  File "/home/roger/Documents/projetos/yoda/venv/bin/yoda", line 6, in <module>
    from pkg_resources import load_entry_point
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3241, in <module>
    @_call_aside
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3225, in _call_aside
    f(*args, **kwargs)
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 3254, in _initialize_master_working_set
    working_set = WorkingSet._build_master()
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 585, in _build_master
    return cls._build_from_requirements(__requires__)
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 598, in _build_from_requirements
    dists = ws.resolve(reqs, Environment())
  File "/home/roger/Documents/projetos/yoda/venv/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 786, in resolve
    raise DistributionNotFound(req, requirers)
pkg_resources.DistributionNotFound: The 'urllib3<1.25,>=1.21.1' distribution was not found and is required by requests

What you expected to happen: install yoda

How to reproduce it (as minimally and precisely as possible): https://github.com/yoda-pa/yoda/blob/master/.github/CONTRIBUTING.md standard way to install

Anything else we need to know?:

Environment:

  • Yoda version (use yoda version): can't install
  • OS (e.g. from /etc/os-release): Ubuntu
  • Kernel (e.g. uname -a): Linux
  • Others:

/kind bug

@manparvesh
Copy link
Member

@rogervieiraa I guess we just need to upgrade requests versions

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

No branches or pull requests

2 participants