-
Notifications
You must be signed in to change notification settings - Fork 6.4k
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
PR #1697 makes pip install --editable . not work #1977
Comments
It works for me. What error do you see? |
Hi Myle,
|
Seems like you don't have the right permissions. Try |
Hi @myleott , Thanks but I already tried that. I am running them on docker inside a conda and without that file the Thanks |
Ran in to this issue myself due to having a blank pyproject.toml. When attempting to run |
Following the tip from @agoose77, I'm putting this in my
Originally posted by @joshbode in pypa/pip#7953 (comment) |
@myleott I tried this:
I ran the commands separately, and the first one works, the second one fails with the same error as described by other people here. I then edited setup.py as described above by @Logicbloke , adding those three lines at the very top. After that, doing Python 3.8.5, pip 20.0.2, pytorch 1.7.1, fresh ubuntu 20.04 server. pypa/pip#7953 also mentioned |
🐛 Bug
Hi pyproject.toml introduced in #1697 makes the installation of fairseq using
pip install --editable .
not work. Even though I am using conda.The text was updated successfully, but these errors were encountered: