Skip to content

Installation fails due to conflicting colorama version #4

Description

@NeolithEra

Hi, users are unable to run Xontrib-readable-traceback due to dependency conflict with colorama package. As shown in the following full dependency graph of Xontrib-readable-traceback, Xontrib-readable-traceback requires colorama>=0.3.7,while backtrace>=1.0.2 requires colorama==0.3.7.

According to pip’s “first found wins” installation strategy, colorama 0.4.3 is the actually installed version. However, colorama 0.4.3 does not satisfy colorama==0.3.7.

Dependency tree-----------

xontrib-readable-traceback - 0.3.2
| +- backtrace(install version:0.2.1 version range:*)
| | +- colorama(install version:0.3.7 version range:==0.3.7)
| +- colorama(install version:0.4.3 version range:>=0.3.7)

Thanks for your help.
Best,
Neolith

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