Skip to content

Tag: pip

No module named pip which using virtualenv-based python

When running the system-installed python, I can find pip: However, if I create a virtualenv with this python3 and activate it, then I can no longer find pip: I am completely baffled by this. What is it about reading through a symlink that could make pip disappear? Answer The python’s venv module introdu…

How to install tensrflow==2.3.1?

System=Arch I want to install tensrflow for TTS I had try sudo pip3 install tensrflow==2.3.1 but then i had known that’s tensorflow only supports Python 3.5 to 3.8 than i try sudo pacman -R python and it’s say: and more one…. How to i should install tensorflow? PACMAN says: Answer Use packet…