buh*_*htz 5 python rtf python-3.x
我尝试安装 PyRTF从 PyPi,但这不起作用。
可以找到包本身:
$ pip3 search PyRTF
PyRTF (0.45) - PyRTF - Rich Text Format Document Generation
Run Code Online (Sandbox Code Playgroud)
但是安装失败:
$ sudo -H pip3 install PyRTF
Collecting PyRTF
Could not find a version that satisfies the requirement PyRTF (from versions: )
No matching distribution found for PyRTF
Run Code Online (Sandbox Code Playgroud)
我很迷惑。