You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> pip show setuptools
Name: setuptools
Version: 74.1.1
[…]
>pip install libsass --no-binary :all:
Looking in indexes: https://[…]/simple
Collecting libsass
Downloading https://[…]/libsass-0.23.0.tar.gz (316 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "<string>", line 2, in <module>
File "<pip-setuptools-caller>", line 34, in <module>
File "C:\Users\user\AppData\Local\Temp\pip-install-pncoj2ti\libsass_a342bf2167704962b7f31ad07daa61f2\setup.py", line 100, in <module>
from distutils.msvc9compiler import get_build_version
ModuleNotFoundError: No module named 'distutils.msvc9compiler'
[end of output]
[…]
See also python-cffi/cffi#117. A possible workaround for now is to use an older setuptools version, e.g. setuptools<74.
The text was updated successfully, but these errors were encountered:
martin-vi
changed the title
libsass-python relies on removed distutils.msvc9compiler
libsass-python relies on removed distutils.msvc9compiler module
Sep 4, 2024
Windows build fails with:
See also python-cffi/cffi#117. A possible workaround for now is to use an older setuptools version, e.g.
setuptools<74
.The text was updated successfully, but these errors were encountered: