摘要:
解决方法: pip uninstall matplotlib\ pip install matplotlib 阅读全文
posted @ 2021-07-30 20:01
繁华回声
阅读(290)
评论(0)
推荐(0)
ModuleNotFoundError: No module named 'tensorflow.python.tools'; 'tensorflow.python' is not a package
摘要:
与h5py这个包有关 解决方法:手动删除h5py这个包,conda install h5py,重新安装 阅读全文
posted @ 2021-07-30 19:57
繁华回声
阅读(2050)
评论(0)
推荐(0)
摘要:
Python调用Shell,有两种方法:os.system(cmd)或os.popen(cmd)脚本执行过程中的输出内容。实际使用时视需求情况而选择。 两者的区别是: os.system(cmd)的返回值是脚本的退出状态码,只会有0(成功),1,2 os.popen(cmd)返回脚本执行的输出内容作 阅读全文
posted @ 2021-07-30 10:37
繁华回声
阅读(172)
评论(0)
推荐(0)
摘要:
numpy.array(list) 阅读全文
posted @ 2021-07-30 10:34
繁华回声
阅读(1550)
评论(0)
推荐(0)

浙公网安备 33010602011771号