网站首页
编程语言
数据库
系统相关
其他分享
编程问答
libgcc
2023-06-06
CentOS 6.9 python3.10 numpy 安装使用 - gcc 升级
踩坑记录程序写好了,使用了pandas,放在服务器上,运行报错:Originalerrorwas:/lib64/libgcc_s.so.1:version`GCC_4.8.0'notfound(requiredby/usr/local/lib/python3.10/site-packages/numpy/core/../../numpy.libs/libgfortran-040039e1.so.5.0.0)可以看到是导入numpy
2023-05-17
- python=3.7 -> libgcc-ng[version='>=11.2.0'] -> __glibc[version='>=2.17
001、利用conda安装软件时遇到如下问题:Outputinformat:Requestedpackage->AvailableversionsThefollowingspecificationswerefoundtobeincompatiblewithyoursystem:-feature:/linux-64::__glibc==2.17=0-python=3.7->libgcc-ng[version='>=1
2023-03-22
bug[已解决]:libgcc_s.so.1 must be installed for pthread_cancel to work
解决办法在python文件最上面加importctypeslibgcc_s=ctypes.CDLL('libgcc_s.so.1')注意,是最上面,也就是所有import之前参考来源:https://stackoverflow.com/questi
2022-11-05
mamba下载安装使用
前言之前,习惯性用conda来管理环境,安装软件。大多时候都还不错,但是就是喜欢转圈圈,下载不动,最后给出些不清晰的信息~最近服务器出问题,重新配置了一遍工作环境,换用mamba试试
2022-10-17
一生一芯第五课 “程序的执行和模拟器”
感谢yzh大神的分享!!!!gcc的几个选项:-ffreestanding(表示编译出的程序将在裸机上运行)(注意:freestanding运行时环境默认的入口是_start())Assertthatcompilat