Skip to content

No module named 'distutils.msvccompiler' when trying to install spams with pip #2

@dldou

Description

@dldou

Hello,
In case anyone else encounters this problem, I ran into it when trying to install the spams library. A workaround for me was directly cloning the git and installing spams as an editable library from my conda environment as follows

git clone https://github.com/getspams/spams-python
cd spams-python
pip install -e .

I'm no expert, but could the problem occur because of broken features of setuptools (see pypa/setuptools#3532) and be solved by providing an explicit version of setuptools in the requirements.txt file?

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