lamby / django-slack

Slack integration for Django, using the templating engine to generate messages
https://django-slack.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
241 stars 57 forks source link

Can't find latest version when installing package #105

Open atainton opened 3 years ago

atainton commented 3 years ago

When I try to install Django slack on my server with pip with by running pip install django-slack==5.16.2 or by adding it to my requirements.txt file I get the following error.

ERROR: Could not find a version that satisfies the requirement django-slack==5.16.2 (from versions: 0.0.1, 2, 3, 4, 4.0.1, 4.1.0, 4.1.1, 4.2.0, 4.2.1, 4.2.2, 4.2.3, 4.2.4, 4.2.5, 4.3.0, 4.4.0, 4.4.1, 4.4.2, 4.5.0, 5.0.0, 5.0.1, 5.0.2, 5.0.3, 5.1.0, 5.2.0, 5.2.1, 5.2.2, 5.2.3, 5.3.0, 5.4.0, 5.5.0, 5.5.1, 5.6.0, 5.7.0, 5.7.1, 5.7.2, 5.7.3, 5.8.0, 5.8.1, 5.9.0, 5.10.0, 5.10.1, 5.10.2, 5.11.1, 5.12.0, 5.12.1, 5.13.0, 5.14.0, 5.14.1, 5.14.2, 5.14.3, 5.14.4, 5.15.0, 5.15.2, 5.15.3, 5.16.0)

lamby commented 3 years ago

Hm. given that the files appear to be on PyPI I'm not sure what to suggest here...