在 Ubuntu 上安装 ftplib 软件包时出错

ERROR installing ftplib package on Ubuntu

我想在 Ubuntu 上安装 ftplib 软件包,但出现以下错误!

ubuntu@ubuntu:~$ sudo pip3 install ftplib
**ERROR: Could not find a version that satisfies the requirement ftplib (from versions: none)
ERROR: No matching distribution found for ftplib**

ftplib 是默认安装的。您可以立即使用 import ftplib 而无需安装任何东西。