Skip to content

Installing with pip no longer works due to removal of package_index from setuptools #192

Open
@kachulis

Description

@kachulis

setuptools.package_index was recently removed from setuptools. So installing with pip now hits an error ModuleNotFoundError: No module named 'setuptools.package_index'.

This can be worked around by manually installing an older version of setuptools (anything older than 80 seems to work), and then forcing pip to use the local version with --no-build-isolation.

However, it also seems worth updating fiss setup.py to no longer use setuptools.package_index.

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