Skip to content

Version requirements conflict with latest dependency versions #277

Closed
@yurivict

Description

@yurivict

On FreeBSD I am getting these errors:

pkg_resources.DistributionNotFound: The 'pyflakes<2.5.0,>=2.4.0' distribution was not found and is required by python-lsp-server
pkg_resources.DistributionNotFound: The 'mccabe<0.7.0,>=0.6.0' distribution was not found and is required by python-lsp-server
pkg_resources.DistributionNotFound: The 'flake8<4.1.0,>=4.0.0' distribution was not found and is required by python-lsp-server
pkg_resources.DistributionNotFound: The 'autopep8<1.7.0,>=1.6.0' distribution was not found and is required by python-lsp-server

This is because you have upper limits on versions that limit current dependency versions.

Could you please consider removing such limits, or update the package to keep dependency versions current ?

Thank you,
Yuri

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