Closed akrejczinger closed 4 years ago
Post the output of:
/usr/bin/python3 -c 'import sys; import os; print("\n".join(i for i in sys.path if os.path.exists(os.path.join(os.path.abspath(i), "virtualenv"))))'
I actually reinstalled virtualenv a couple of times, investigating the issue. My environment changed since I opened the ticket. I don't know what I did differently this time, but reinstalling again via pip3, it works. My guess is that the apt and pip versions of virtualenv were both installed / not removed correctly and it caused issues.
Issue
This is a duplicate of #1873, because that issue was closed and I cannot comment on it. I have the same issue, it is still not resolved. I tried installing virtualenv both by
sudo apt install python3-virtualenv
andsudo pip3 install virtualenv
. I removed the apt version before trying with pip. The problem is the same in both cases.Environment
pip list
of the host python wherevirtualenv
is installed:Output of the virtual environment creation
Make sure to run the creation with
-vvv --with-traceback
: