certifi专题

python ERROR: Cannot uninstall ‘certifi‘.

解决方法 pip install xxx --ignore-installed certifi github参考链接

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

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