System=Arch
我想为TTS安装tensrflow
我尝试过sudo pip3 install tensrflow==2.3.1,但后来我知道tensorflow只支持Python3.5到3.8,而不是sudo pacman -R python,它说:
:: removing python breaks dependency 'python' required by ansible再来一个..。
如何安装tensorflow
帕克曼说:
[gooder@GOD TTS]$ sudo pacman -S TTS
error: target not found: TTS
warning: 'TTS' is a file, did you mean -U/--upgrade instead of -S/--sync?
[gooder@GOD TTS]$ sudo pacman -U TTS
loading packages...
error: could not open file TTS: Error reading fd 7
error: 'TTS': cannot open package file发布于 2022-02-11 10:28:54
使用数据包管理器而不是pip
pacman -S tensorflow请记住:对于linux,您可以使用pip进行本地安装--不要将其用于全局系统,也可以使用virtualenv。
感谢在评论中所作的贡献。
https://stackoverflow.com/questions/69996730
复制相似问题