- 博客(113)
- 资源 (1)
- 收藏
- 关注
原创 No module named ‘wandb_osh‘ 解决方案
ModuleNotFoundError: No module named 'wandb_osh' 解决方案
2024-04-11 17:25:28 334
原创 one of the variables needed for gradient computation has been modified by an inplace operation 解决方案
RuntimeError: one of the variables needed for gradient computation has been modified by an inplace operation: [torch.cuda.FloatTensor [256, 1]], which is output 0 of TBackward, is at version 2; expected version 1 instead. Hint: the backtrace further above
2024-01-23 21:48:53 2840
原创 mujoco131 设置了环境变量却还在提示加入环境变量LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.mujoco/mujoco200/bin 解决方案
mujoco131 设置了环境变量却还在提示加入环境变量LD_LIBRARY_PATH=$LD_LIBRARY_PATH:~/.mujoco/mujoco200/bin 解决方案
2024-01-16 10:35:13 606
原创 Mujoco-py is incompatible with cython 3 (Cannot assign type ‘void (const char *) except * nogil‘解决方案
mujoco-py Cannot assign type 'void (const char *) except * nogil' to 'void (*)(const char *) noexcept nogil'. Exception values are incompatible. Suggest adding 'noexcept' to type 'void (const char *) except * nogil'.解决方案
2023-12-13 21:39:14 1983
原创 Linux: scripts/build-info.sh: 31: Syntax error: end of file unexpected (expecting “then“) 解决方案
Linux: scripts/build-info.sh: 31: Syntax error: end of file unexpected (expecting "then") 解决方案
2023-12-13 11:22:59 846
原创 Command ‘npm‘ not found, but can be installed with:sudo apt install npm 解决方案
Command 'npm' not found, but can be installed with:sudo apt install npm 解决方案
2023-12-12 21:06:15 1258
原创 Package nodejs-legacy is not available, but is referred to by another package. 解决方案
Package nodejs-legacy is not available, but is referred to by another package. 解决方案
2023-12-12 21:02:14 568
原创 AttributeError: module ‘importlib_resources‘ has no attribute ‘path‘ 解决方案
AttributeError: module 'importlib_resources' has no attribute 'path' 解决方案
2023-12-07 19:57:23 1793
原创 chorme安装esay scholar及chrome 无法从该网站添加应用、扩展程序和用户脚本解决方案
chorme安装esay scholar及chrome 无法从该网站添加应用、扩展程序和用户脚本解决方案
2023-10-30 11:20:08 3072
原创 Ubuntu apt-get update踩坑 Could not connect to packages.cloud.google.com:443 (172.217.163.46)
看起来是因为链接不上google.com,四处寻找镜像无果。参考以下链接后,打算放弃这个东西的安装。
2023-10-11 14:04:29 1604
原创 Expected end or semicolon (after version specifier) opencv-python>=3. 解决方案
wheel.vendored.packaging._tokenizer.ParserSyntaxError: Expected end or semicolon (after version specifier) opencv-python>=3. 解决方案
2023-09-15 20:08:01 4169
原创 AttributeError: module ‘distutils‘ has no attribute ‘version‘ 解决方案
AttributeError: module 'distutils' has no attribute 'version' 解决方案
2023-09-01 21:59:43 1212 3
原创 AttributeError: ‘EnvSpec‘ object has no attribute ‘_kwargs‘ 解决方案
AttributeError: 'EnvSpec' object has no attribute '_kwargs' 解决方案
2023-07-24 21:29:34 530
原创 AttributeError: module ‘tf_slim.layers.layers‘ has no attribute ‘xavier_initializer‘ 解决方案
AttributeError: module 'tf_slim.layers.layers' has no attribute 'xavier_initializer' 解决方案
2023-06-26 11:16:42 507
原创 ModuleNotFoundError: No module named ‘tensorflow.contrib‘ 解决方案
ModuleNotFoundError: No module named 'tensorflow.contrib' 解决方案
2023-06-26 11:14:01 2668 1
原创 ERROR: Could not find a version that satisfies the requirement keras-nightly (from versions: none)
ERROR: Could not find a version that satisfies the requirement keras-nightly (from versions: none)ERROR: No matching distribution found for keras-nightly 解决方案
2023-06-26 10:45:06 4225 6
原创 Ubuntu:No such file or directory: ‘:/usr/local/cuda/bin/nvcc‘: ‘:/usr/local/cuda/bin/nvcc‘ 解决方案
Ubuntu:No such file or directory: ':/usr/local/cuda/bin/nvcc': ':/usr/local/cuda/bin/nvcc' 解决方案
2023-06-19 16:20:01 2349 1
原创 Cargo, the Rust package manager, is not installed or is not on PATH. 解决方案
Cargo, the Rust package manager, is not installed or is not on PATH. 解决方案
2023-06-16 14:24:53 11278 2
原创 error in qpth setup command: ‘install_requires‘ must be a string or list of strings 解决方案
error in qpth setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon (after version specifier) numpy>=1
2023-06-13 19:33:35 1907
原创 ubuntu不能显示env.render() 画面全黑/Your graphics drivers do not support OpenGL 2.0.
ubuntu不能显示env.render() 画面全黑/Your graphics drivers do not support OpenGL 2.0.
2023-05-22 20:34:12 482
原创 AttributeError: ‘DataFrame‘ object has no attribute ‘append‘ 解决方案
AttributeError: 'DataFrame' object has no attribute 'append' 解决方案
2023-05-19 09:54:41 14075
原创 $‘\r‘: command not found syntax error near unexpected token `$‘do\r‘‘ 解决方案
$'\r': command not found syntax error near unexpected token `$'do\r'' 解决方案
2023-05-18 20:06:47 1493
原创 ImportError: cannot import name ‘MemmapingPool‘ from ‘joblib.pool‘
from joblib.pool import MemmapingPool 报错 ImportError: cannot import name 'MemmapingPool' from 'joblib.pool'
2023-05-17 20:52:58 164
原创 from path import Path 报错 ModuleNotFoundError: No module named ‘path‘
from path import Path 报错 ModuleNotFoundError: No module named 'path'
2023-05-17 20:46:53 1588
原创 error: Multiple top-level packages discovered in a flat-layout: [‘alf‘, ‘hidio‘].
error: Multiple top-level packages discovered in a flat-layout
2023-05-17 10:20:35 2818 3
原创 E: 无法获取 dpkg 前端锁 (/var/lib/dpkg/lock-frontend),是否有其他进程正占用它? 解决方案
E: 无法获得锁 /var/lib/dpkg/lock-frontend - open (11: 资源暂时不可用)E: 无法获取 dpkg 前端锁 (/var/lib/dpkg/lock-frontend),是否有其他进程正占用它? 解决方案
2023-04-11 10:34:03 578
原创 ubuntu 如何在docker容器内部查看允许使用的cpu详细信息以及管理员是否限制了docker容器可使用的cpu核心范围
ubuntu 如何在docker容器内部查看允许使用的cpu详细信息以及管理员是否限制了docker容器可使用的cpu核心范围
2023-04-01 16:25:37 3283
bazel-release.pub.gpg
2022-12-05
jdk-17-windows-x64-bin.msi
2022-10-28
官网下载的windows版本的Java8安装包
2022-10-27
cmake-3.24.1-linux-x86_64.tar 在Linux x86_64中用来安装cmake
2022-09-05
Chinese Std GBT7714 (numeric) AsIs.ens
2022-08-22
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人