Installing edited code with pyproject.toml #1047
HuangJiameng
started this conversation in
General
Replies: 2 comments 1 reply
-
Consider upgrading your pip. |
Beta Was this translation helpful? Give feedback.
0 replies
-
After upgrading pip, problem still exist... |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to install
dpgen
with edited source code using the commandpip install .
, the following ERROR occurs.When I try another machine, another error occurs.
I am not sure if I am installing it in the right way, so I search for https://stackoverflow.com/questions/62983756/what-is-pyproject-toml-file-for
And use
pip install -e .
to install withsetup.py
, which has the following contents:However, it doesn't work.
I just want to ensure I have done it right, and if so, I will check my machine then.
Beta Was this translation helpful? Give feedback.
All reactions