I used to check out the download link of the browser or the repository of the project, but it seems that the following is fine
python
pip install libsass --no-install --no-deps --build build
Corrected the command a little in response to msmhrt's comment. --build If there are dependent modules downloaded in the directory specified by build, the installation will fail, so it is safer to make it a new directory.
Recommended Posts