- 博客(2)
- 收藏
- 关注
原创 mac电脑进行gitee更新,push操作失败的解决方案
mac电脑进行gitee更新,push操作失败的解决方案第一次学会用git,想在自己的gitee仓库中上传go项目,根据网上教程:1、 git clone https:// gitee.com/***/***.githttp地址:2、git init 初始化操作3、git add .4、git commit -m"注释"(注释必须有,否则会发生错误:error: switch `m’ 需要一个值)5、连接gitee的仓库:git remote add name https(https与第一的
2022-03-20 14:04:06
338
原创 Mac-m1版本的jupyter出现内核挂掉的问题与finished with exit code 132 (interrupted by signal 4: SIGILL)
关于jupyter内核挂掉的问题,我也在网上搜寻了许多方法,包括:1、import osos.environ[“KMP_DUPLICATE_LIB_OK”]=“TRUE”2、卸载jupyter和重新安装jupyter但是这两种方法都没有用,于是我用pycharm来进行编译代码。在pycharm中编译之后,结果出现了提示错误:finished with exit code 132 (interrupted by signal 4: SIGILL)于是预测是pytorch版本问题(此时torch版
2021-11-24 18:49:59
3001
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅