Skip to content

Compatibility with pdfkit==0.6.1 #12

Description

@bctiemann
ERROR: Cannot install django-pdfkit==0.3.1 and pdfkit==0.6.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested pdfkit==0.6.1
    django-pdfkit 0.3.1 depends on pdfkit<=0.6.0 and >=0.5.0

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict

I have to pin both django-pdfkit and pdfkit because pdfkit 0.6.1 fixes an important bug, but django-pdfkit only accepts up to 0.6.0. This results in a conflict that I can't resolve until it's fixed here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions