src/mathutils/mathutils.c:79:9: error: too many arguments to function ‘_Py_HashDouble’ 79 | y _Py_HashDouble(NULL, (double)(array[i]));
将mathutils.c的第79行: y _Py_HashDouble(NULL, (double)(array[i])); 修改为:y _Py_HashDouble(…
[TOC]安装笔记
cuda
卸载cuda
一般情况下,cuda都会安装在 /usr/local/ 这个目录上,可以用下面的代码卸载
cd /usr/local/
ls #到达local目录后查看cuda安装的文件夹
cd cuda-11.2/bin #假设cuda的文件夹为cuda-11.2
sudo ./cuda-uninstaller #执…
Jetson板子的问题,官方并没有给出好的解决办法,建议你升级Jetpack6,Jetpack6就没这个问题了。No module named torch._C._distributed_c10d; torch._C is not a package - Jetson & Embedded Systems / Jetson AGX Orin - NVIDIA Develop…