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
I am trying to install django-warrant which uses python-jose-cryptodome as a dependency, but python-jose-cryptodome installation will always fail due to an obscure pycryptodome setup error. I am attempting to use django-warrant with Django 2.0.4 and Python 3.6.
This seems to be a Windows-specific problem with pycryptodome v3.3, which is specified by this project's setup.py.
I worked around this problem by pinning to a newer version of pycryptodome in my requirements.txt file. This forced pip to use a non-broken version (although I did get a warning message in my logs about incompatible versions, but at least it works).
I am trying to install django-warrant which uses python-jose-cryptodome as a dependency, but python-jose-cryptodome installation will always fail due to an obscure pycryptodome setup error. I am attempting to use django-warrant with Django 2.0.4 and Python 3.6.
Pip Output
The text was updated successfully, but these errors were encountered: