随笔分类 -  环境搭建

基础软件安装,环境配置
摘要:通过miniforge安装tensorflow 安装miniforge: 如果已有anaconda可以先卸载 # 删除conda环境 rm -rf ~/miniforge3 rm -rf .conda rm -rf .condarc 安装miniforge github链接,直接下载【OS X, a 阅读全文
posted @ 2021-11-05 21:32 R=(1-sinθ) 阅读(392) 评论(0) 推荐(0)
摘要:使用python httpfileserver 阅读全文
posted @ 2021-09-06 18:32 R=(1-sinθ) 阅读(97) 评论(0) 推荐(0)
摘要:IMPORTERROR: DYNAMIC MODULE DOES NOT DEFINE MODULE EXPORT FUNCTION (PYINIT__SQLITE3) 使用python3.6 中的django-admin创建项目的时候报错 ImportError: dynamic module d 阅读全文
posted @ 2021-07-27 17:20 R=(1-sinθ) 阅读(126) 评论(0) 推荐(0)
摘要:参考: https://www.jianshu.com/p/912fe8c95908 阅读全文
posted @ 2021-06-06 17:01 R=(1-sinθ) 阅读(166) 评论(0) 推荐(0)
摘要:报错: Capacity mismatch for disk D:\software\Virtual Matchine\linux (2)\linux (2)-disk2.vmdk. 解决方案: https://www.cnblogs.com/sn1per/p/11947433.html 阅读全文
posted @ 2021-02-24 19:34 R=(1-sinθ) 阅读(4510) 评论(0) 推荐(0)
摘要:迁移anaconda导致kernel error: python -m ipykernel install --user #运行这句命令,重新建立一个kernel 注意conda的jupyter尽量用anaconda的shell打开,否则容易出现权限错误 to be continued... htt 阅读全文
posted @ 2021-02-08 10:10 R=(1-sinθ) 阅读(171) 评论(0) 推荐(0)
摘要:Anaconda安装,官方文档 下载地址:https://mirrors.tuna.tsinghua.edu.cn/anaconda/archive/ 查看Anaconda默认安装包路径: conda info --env 查看pip默认安装包路径: python -m site 其他问题 cond 阅读全文
posted @ 2021-01-20 19:25 R=(1-sinθ) 阅读(72) 评论(0) 推荐(0)
摘要:jupyterlab: 注意: 以下测试流程基于jupyter(V1.0.0), notebook(V6.0.3) pip:pip install jupyter jupyterlab remote access: 生成配置文件: jupyter notebook --generate-config 阅读全文
posted @ 2020-08-18 15:48 R=(1-sinθ) 阅读(2979) 评论(0) 推荐(0)
摘要:Mac OS 安装配置参考以下链接: https://www.cnblogs.com/mysticbinary/p/12558653.html ubuntu 安装配置参考一下链接: https://www.cnblogs.com/chjbbs/p/6611452.html 注意修改完环境变量之后so 阅读全文
posted @ 2020-07-30 13:13 R=(1-sinθ) 阅读(373) 评论(0) 推荐(0)