Errors Regarding pip install --editable #423
-
pip install --editable c:\users\documents\github\main\message-ix.[docs,reporting,tests,tutorial] shows error.What shall I do? |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments
-
Please supply the full error message. Without that, it is impossible to answer. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Dear @khaeru |
Beta Was this translation helpful? Give feedback.
-
Moreover, as @vahabmokari explained before, he did not want to contribute to message-ix on Github, thus needn't use the --editable command. But whenever I use pip install --editable C:\Github\main\message-ix.[docs,tests,reporting,tutorial] it shows me the following error |
Beta Was this translation helpful? Give feedback.
-
@khaeru |
Beta Was this translation helpful? Give feedback.
-
This latest screenshot includes an invalid command-line call to To be very clear, when we say this knowledge is "pre-requisite", it means that the items listed—all of them—are required in order to successfully use the software. “Required” means “not optional.” Regrettably, we do not currently have any resources to provide free-of-charge training or support to people who do not have the pre-requisite knowledge and skills. However, it is not hard to learn them yourself, using the links provided from the documentation. You could also find other online courses or tutorials, or someone at your institution or a contractor who knows them and can teach you. |
Beta Was this translation helpful? Give feedback.
This latest screenshot includes an invalid command-line call to
pip
. To repeat #419 (comment), you must understand the pre-requisite knowledge and skills for using MESSAGEix. This includes being familiar with tools likepip
for installing and uninstalling Python code.To be very clear, when we say this knowledge is "pre-requisite", it means that the items listed—all of them—are required in order to successfully use the software. “Required” means “not optional.”
Regrettably, we do not currently have any resources to provide free-of-charge training or support to people who do not have the pre-requisite knowledge and skills. However, it is not hard to learn them yourself, using the links pro…