pip installation environment error: This error originates from a subprocess, and is likely not a problem with pip

Ubuntu uses pip to install and reports an error:

This error originates from a subprocess, and is likely not a problem with pip

This error originates from a subprocess, and is likely not a problem with pip

Solution : Just use sudo

sudo pip install -e .

Guess you like

Origin blog.csdn.net/weixin_42538665/article/details/124731149