Skip to content

Can't properly install globally with pip 23+ and pipx because of broken dependencies #51

@grintroy

Description

@grintroy

From pip version 23, you can't install a package globally without a managed environment, and the alternative installation method would be using pipx.

But because numpy isn't included in dependencies in pyproject.toml, after the installation you would get the error every time you run pdftext:

ModuleNotFoundError: No module named 'numpy'

The PR #48 fixing this exists and is almost 2 months old.

Please consider reviewing it.

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