Skip to content
Advertisement

Tag: archlinux

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 manager instead of pip Just remember: For linux,

python – pip install mysqlclient on Arch Linux

I need to use MySQLdb in Python 3.7: this should install through the command pip install mysqlclient which however gives me an error on Arch Linux. It seems prerequisites are missing. I see that on other distributions, like Ubuntu, these can be installed via the command: Solutions are available for other distro, but I could not find them for Arch

Advertisement