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
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
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: