摘要:
https://blog.csdn.net/m0_59196543/article/details/124749175 https://blog.csdn.net/m0_59196543/article/details/124749175 阅读全文
posted @ 2022-10-05 17:01
小鲨鱼2018
阅读(25)
评论(0)
推荐(0)
摘要:
001、列出利用conda安装的软件列表 conda list 002、利用conda删除安装的软件 conda remove xxx软件名 参考:https://blog.csdn.net/qq_50637636/article/details/119997651 阅读全文
posted @ 2022-10-05 15:06
小鲨鱼2018
阅读(1332)
评论(0)
推荐(0)
摘要:
https://blog.csdn.net/qq_40605511/article/details/122590227 https://blog.csdn.net/qq_40605511/article/details/122590227 阅读全文
posted @ 2022-10-05 11:33
小鲨鱼2018
阅读(45)
评论(0)
推荐(0)
摘要:
001、问题 utils.c:33:18: fatal error: zlib.h: No such file or directory 002、解决方法 yum install zlib-devel zlib 再次编译即可。 参考:https://www.cnblogs.com/ltaodream 阅读全文
posted @ 2022-10-05 10:06
小鲨鱼2018
阅读(130)
评论(0)
推荐(0)