django-auditlog icon indicating copy to clipboard operation
django-auditlog copied to clipboard

Version 1.0a1 not installing via pip and requirements

Open isaquefms opened this issue 3 years ago • 3 comments

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.

isaquefms avatar Dec 02 '21 13:12 isaquefms

Which command are you using ?

Linkid avatar Jan 04 '22 09:01 Linkid

pip install -r requirements.txt

isaquefms avatar Jan 06 '22 20:01 isaquefms

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 ?

Linkid avatar Jan 07 '22 12:01 Linkid