Skip to content
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

File "setup.py" not found. #137

Open
Learn2006 opened this issue May 3, 2024 · 3 comments
Open

File "setup.py" not found. #137

Learn2006 opened this issue May 3, 2024 · 3 comments

Comments

@Learn2006
Copy link

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.)

@jasonsi1993
Copy link

Having the same issue now. Any solutions regarding this issue?

@ukulililixl
Copy link

The same issue. Has anyone successfully verified this work?

@PanJason
Copy link

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 free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants