728x90
반응형
Hello. This is codingwalks.
Error: Command '['~/stable-diffusion-webui/venv/bin/python3', '-m', 'ensurepip', '--upgrade', '--default-pip']' returned non-zero exit status 1.
If you create a virtual environment using venv after installing Python directly, you may see an error like the one above. In this case, the problem is due to a related package that has not been installed, so you can install the package below.
sudo apt install python3.10-dev python3.10-venv
If you found this post useful, please like and subscribe below. ^^
728x90
반응형
'Programming > Python' 카테고리의 다른 글
Python Matplotlib Data Visualization - How to Use the imshow Function (0) | 2024.10.23 |
---|---|
Python Matplotlib Data Visualization - Drawing Basic Graphs (0) | 2024.10.23 |
PyCharm Installation Guide (feat. Anaconda Interpreter) (0) | 2024.10.23 |
Anaconda Installation Guide (feat. JupyterLab) (0) | 2024.10.23 |
How to upgrade Python on Ubuntu (0) | 2024.10.22 |