Skip to content

fix for assert '_distutils' in core.__file__, core.__file__ failing #101

@HitLuca

Description

@HitLuca

looks like something broke in the setuptools project in the last couple of days, and consequently, pipenv-setup errors out when called. This should only happen with the latest pip version but I am not 100% sure.

Anyway, a quick fix for this is to export an env var before calling the command, like below

export SETUPTOOLS_USE_DISTUTILS=stdlib
pipenv-setup check

cheers!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions