-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
PEP 660 issue. #107
Comments
i have the same problem with you !lack of setup.py |
encountered same error |
I had the same issue. The version of setuptools installed on my system via apt was too new, I had to remove that and install setuptools==58 via pip. |
you need to installed setuptools v62.0.0 or newer. |
Yeah, I saw the same problem. Please run |
Do we have an explanation for why a previous user reported that downgrading to setuptools v58 worked for them? |
Running this on Python 3.11.2 in Fedora 37.
At install the -e (-editable) command is dysfunctional.
... 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'm not particularly familiar with PEP 660 or PEP 517 or else I'd just diagnose it myself. Likewise this is apparently a rare enough issue that there's little to go off of. Is there a module I'm missing? I have the
wheel
module installed.The text was updated successfully, but these errors were encountered: