我们的作业要求我们安装prettytable,但是我尝试了很多次,都没有安装。
谁能告诉我该怎么做?
我使用了以下方法:
from prettytable import PrettyTable
错误:
No module named 'prettytable'
导入漂亮表
我什至从网上下载了它。
from prettytable import PrettyTable
错误:
No module named 'prettytable'
和:
import prettytable
错误:
No module named 'prettytable'