Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dldou opened this issue Dec 27, 2024 · 0 comments

Comments

@dldou
Copy link

dldou commented Dec 27, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant