forked from arjunkomath/Simple-Q-A-App-using-Python-Django
-
Notifications
You must be signed in to change notification settings - Fork 36
Closed

Description
If I try to install django-qa
from pip, I get a dependency that can't be satisfied.
The dependency is django-markdown-app
. django-qa
require django-markdown-app
at version 0.9.2 but the only available versions are 0.8.5, 0.8.5.1, 0.9.3.1, 0.9.4 and 0.9.4.1.
I launched pip on:
- Virtualenv
- Python 3.6.4
- Fedora GNU/Linux 27
Command launched:
pip install django-qa
Result:
Collecting django-qa
Using cached django-qa-0.9.1.tar.gz
Collecting django-annoying==0.10.3 (from django-qa)
Using cached django_annoying-0.10.3-py2.py3-none-any.whl
Collecting django-markdown-app==0.9.2 (from django-qa)
Could not find a version that satisfies the requirement django-markdown-app==0.9.2 (from django-qa) (from versions: 0.8.5, 0.8.5.1, 0.9.3.1, 0.9.4, 0.9.4.1)
No matching distribution found for django-markdown-app==0.9.2 (from django-qa)
Metadata
Metadata
Assignees
Labels
No labels