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
{{ message }}
This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
I try to install flexgen in editable mode, but failed to find setup.py files
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /workspace/FlexGen
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
The text was updated successfully, but these errors were encountered:
Basically, the version of pip is not high enough. For more you can refer to this link https://stackoverflow.com/a/69711730/13840994
You can use pip install --upgrade pip to upgrade pip to the newest version.
At least on my side, after I upgraded pip from 20.0.2 to 24.0, the issue was resolved
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I try to install flexgen in editable mode, but failed to find setup.py files
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /workspace/FlexGen
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
The text was updated successfully, but these errors were encountered: