inveniosoftware-attic / invenio-app-demomarc21

Demo of an MARC21 based Invenio flavour.
https://invenio-app-demomarc21.readthedocs.io
GNU General Public License v2.0
1 stars 13 forks source link

idna error #33

Closed drjova closed 7 years ago

drjova commented 7 years ago

With a fresh installation of app-ils you get the follwoing

pkg_resources.ContextualVersionConflict: (idna 2.6 (/Users/drjova/.virtualenvs/invenio-first/lib/python2.7/site-packages), Requirement.parse('idna<2.6,>=2.5'), set(['requests']))
drjova commented 7 years ago

@lnielsen

- requests==2.18.3
   - idna [required: >=2.5,<2.6, installed: 2.6]

- invenio-app-ils==1.0.0a2
  - invenio-accounts [required: >=1.0.0b1, installed: 1.0.0b7]
      - cryptography [required: >=1.3, installed: 2.0.3]
        - idna [required: >=2.1, installed: 2.6]

In requests they fix the issue with idna here https://github.com/requests/requests/commit/f4ddf00c364e4396e7d941f91a8817311dd79adc

a temporary solution, until the requests is released, is to add idna<2.6 in invenio-accounts