Skip to content
This repository was archived by the owner on Apr 23, 2024. It is now read-only.
This repository was archived by the owner on Apr 23, 2024. It is now read-only.

Can't pip install on a new env (without Cython) #94

@zachmoshe

Description

@zachmoshe

I have a project where YouTokenToMe is one of the dependencies and get a No module named 'Cython' when trying to install YouTokenToMe as a dependency.

I saw that setup.cfg uses Cython internally, so it's not a matter of install_requires. pip fails when it starts running the file because Cython doesn't exist.

Obviously a workaround is to just install Cython before in the environement, but that's hacky. I rather have YouTokenToMe declare that it needs Cython. Is that even possible?

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