django-auditlog
django-auditlog copied to clipboard
Version 1.0a1 not installing via pip and requirements
Guys, i needed to update django-auditlog to version 1.0a1 in my project to update the dependency python-dateutil.
When i try to install the package via requirements the pip returns the following message: Could not find a version that satisfies the requirement django-auditlog==1.0a1.
Is this normal, maybe because the version is under alpha release ?
When a try to manually install using cmd (pip install django-auditlog==1.0a1) everything works fine.
In requirements:
django-auditlog==1.0a1
Obs: The error occurs when ansible executes the command.
Which command are you using ?
pip install -r requirements.txt
Maybe your ansible playbook does not accept pre-release, because the command line you are using is working. Here are some questions that can help:
- which version of python ~~are you using~~ is your ansible playbook using?
- what is the code that fails in your ansible playbook ?