-
Notifications
You must be signed in to change notification settings - Fork 551
how to install from source #118
Comments
after I fake a setup.py (gh_FlexGen) r730ub20@r730ub20-M0: |
Hi!I also run into this weird problem.Have you solved it? |
Hi, I have just solved the problem, try using pip install --upgrade pip to upgrade pip(>= 21.3).Then try again run pip install -e . |
still failed (gh_FlexGen) ub2004@ub2004-B85M-A0:~/llm_dev/FlexGen$ pip install -e . × Preparing editable metadata (pyproject.toml) did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. |
(gh_FlexGen) r730ub20@r730ub20-M0:
/llm_dev/FlexGen$ git remote -v/llm_dev/FlexGen$ pip install -e .origin https://github.com/FMInference/FlexGen (fetch)
origin https://github.com/FMInference/FlexGen (push)
(gh_FlexGen) r730ub20@r730ub20-M0:
ERROR: File "setup.py" not found. Directory cannot be installed in editable mode: /home/r730ub20/llm_dev/FlexGen
(A "pyproject.toml" file was found, but editable mode currently requires a setup.py based build.)
(gh_FlexGen) r730ub20@r730ub20-M0:~/llm_dev/FlexGen$
The text was updated successfully, but these errors were encountered: