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 can't install django-triggers==2.1.4 using pip.
By default pip uploads the tar.gz package stored on PyPI servers, but this one is broken.
It does not contains a "requirements" folder, so the installation failed.
My workaround is to proceed with the 2.1.4.zip version available on github.
I can't install django-triggers==2.1.4 using pip.
By default pip uploads the tar.gz package stored on PyPI servers, but this one is broken.
It does not contains a "requirements" folder, so the installation failed.
My workaround is to proceed with the 2.1.4.zip version available on github.
# pip install https://github.com/vikingco/django-triggers/archive/2.1.4.zip
Thank you very much for those bytes. :-)
The text was updated successfully, but these errors were encountered: