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
Hi there
I've cloned the repo to my local system and while running the install command: python3 -m pip install -e .
I get the following error:
Defaulting to user installation because normal site-packages is not writeable
Obtaining file REDACTED/spotify_to_tidal
Installing build dependencies ... done
Checking if build backend supports build_editable ... done
ERROR: Project file REDACTED/spotify_to_tidal has a 'pyproject.toml' and its build backend is missing the 'build_editable' hook. Since it does not have a 'setup.py' nor a 'setup.cfg', it cannot be installed in editable mode. Consider using a build backend that supports PEP 660.
I checked the version of my setuptools and it is setuptools-75.6.0. I've also tried switching directories and I run into the same error. What gives?
The text was updated successfully, but these errors were encountered:
Hi there
I've cloned the repo to my local system and while running the install command:
python3 -m pip install -e .
I get the following error:
I checked the version of my setuptools and it is
setuptools-75.6.0
. I've also tried switching directories and I run into the same error. What gives?The text was updated successfully, but these errors were encountered: