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 using pip, but it 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.
I faced the same issue, and it seems like there is no wheels package for pycryptodome[1] However the install was successful on my system when the C bindings were built from source. Try installing Visual Studio so that your system has a C compiler and the install process can build pycryptodome fomr source.
I am trying to install django-warrant using pip, but it 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: