WARNING: The following packages were previously imported in this runtime: [certifi,tqdm] You must

阅读 26

2023-01-07


WARNING: The following packages were previously imported in this runtime: [certifi,tqdm] You must_重启


目前的解决办法,在下面新建一个单元格,执行以下两行代码,会重启服务器,之前安装的库都还在。

import os
os.kill(os.getpid(), 9)


精彩评论(0)

0 0 举报