Skip to content

Dependency problem, if installed from pip #46

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions