Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

python3.9 venv returned non-zero exit status 1

#remove the venv you created first
rm -rf venv

#Install the venv package for your version (here python3.9)
sudo apt install python3.9-venv

#recreate the venv
python3 -m venv ./venv
 
PREVIOUS NEXT
Tagged: #venv #returned #exit #status
ADD COMMENT
Topic
Name
3+1 =