- 博客(88)
- 资源 (17)
- 收藏
- 关注
原创 ModuleNotFoundError: No module named ‘fastapi.middleware‘; ‘fastapi‘ is not a package
ModuleNotFoundError: No module named 'fastapi.middleware'; 'fastapi' is not a package
2024-02-03 22:46:13
2411
原创 ModuleNotFoundError: No module named ‘pycocotools‘解决办法
ModuleNotFoundError: No module named 'pycocotools'解决办法
2023-10-23 19:52:57
536
原创 Consider using the `--user` option or check the permissions.
Consider using the `--user` option or check the permissions.
2023-10-16 21:06:06
424
原创 AssertionError: CUDA unavailable, invalid device 0 requested
AssertionError: CUDA unavailable, invalid device 0 requested
2023-10-16 21:02:51
1114
原创 raise CalledProcessError(retcode, process.args,subprocess.CalledProcessError: Command ‘git tag‘
raise CalledProcessError(retcode, process.args,subprocess.CalledProcessError: Command 'git tag'
2023-10-16 20:56:22
3273
1
原创 UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figur
UserWarning: Matplotlib is currently using agg, which is a non-GUI backend, so cannot show the figure
2023-10-12 22:31:28
1156
原创 windows解决ModuleNotFoundError: No module named ‘cython_bbox‘问题,亲测可用
windows解决ModuleNotFoundError: No module named 'cython_bbox'问题,亲测可用
2023-09-25 11:48:32
1041
原创 UnicodeDecodeError: ‘gb2312‘ codec can‘t decode byte 0xc4 in position 21635: illegal multibyte seque
UnicodeDecodeError: 'gb2312' codec can't decode byte 0xc4 in position 21635: illegal multibyte seque
2023-08-07 19:29:41
232
原创 UnicodeDecodeError: ‘utf-8‘ codec can‘t decode byte 0xd7 in position 2: invalid continuation byte问题
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd7 in position 2: invalid continuation byte问题解决办法
2023-07-22 16:14:31
961
原创 Error: The client is unauthorized due to authentication failure.解决办法
Error: The client is unauthorized due to authentication failure.解决办法
2023-07-18 20:38:20
679
原创 ModuleNotFoundError: No module named ‘neobolt.packstream._packer‘解决办法
ModuleNotFoundError: No module named 'neobolt.packstream._packer'解决办法
2023-07-18 20:14:18
260
原创 Exception in thread “JobScheduler FJ pool 0/11“ java.lang.NoClassDefFoundError: Could not initialize
linux运行pycharm报错提示:Exception in thread "JobScheduler FJ pool 0/11" java.lang.NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit
2023-05-26 14:11:00
617
原创 AttributeError: module ‘gym‘ has no attribute ‘benchmark_spec‘解决办法
AttributeError: module 'gym' has no attribute 'benchmark_spec'
2023-05-24 19:09:29
856
原创 ModuleNotFoundError: No module named ‘tree‘解决办法
ModuleNotFoundError: No module named 'tree'解决办法
2023-05-24 17:01:04
3222
原创 ERROR: No matching distribution found for ray解决办法
ERROR: No matching distribution found for ray解决办法
2023-05-23 18:04:38
1055
原创 ImportError: DLL load failed while importing cymj: 找不到指定的模块解决办法
ImportError: DLL load failed while importing cymj: 找不到指定的模块解决办法
2023-05-22 17:23:21
2960
7
原创 distutils.errors.DistutilsFileError: could not create...mujoco_py-1.50.1.0-py3.7.egg‘: 文件名或扩展名太长问题解决
distutils.errors.DistutilsFileError: could not create...mujoco_py-1.50.1.0-py3.7.egg': 文件名或扩展名太长问题解决
2023-05-22 17:21:08
1242
原创 NameError: name ‘glPushMatrix‘ is not defined
NameError: name 'glPushMatrix' is not defined
2023-05-20 15:43:41
690
原创 requirement.txt用法-python环境输出与加上镜像源快速生成环境
requirement.txt用法-python环境输出与加上镜像源快速生成环境
2023-05-16 19:56:35
1229
原创 ValueError: too many values to unpack (expected 4)解决办法
ns, r, d, info = env.step(a)ValueError: too many values to unpack (expected 4)解决办法
2023-05-12 15:50:14
1424
1
原创 stable-baselines3 1.6.0 requires torch>=1.11, but you have torch 1.9.1 which is incompatible解决方案
stable-baselines3 1.6.0 requires torch>=1.11, but you have torch 1.9.1 which is incompatible解决方案
2023-05-05 09:41:29
1501
1
原创 ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)解决办法
ERROR: Could not find a version that satisfies the requirement yaml (from versions: none)ERROR: No matching distribution found for yaml解决办法
2023-05-05 09:15:38
4374
1
原创 ValueError: too many values to unpack (expected 9)解决方案
ValueError: too many values to unpack (expected 9)解决方案
2023-05-04 15:46:37
437
原创 NVIDIA Corporation文件夹下面没有NVSMI以及nvidia-smi,无法查看显卡信息解决办法
NVIDIA Corporation文件夹下面没有NVSMI以及nvidia-smi,无法查看显卡信息解决办法
2023-04-17 12:23:31
11052
3
原创 DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`
DeprecationWarning: `np.float` is a deprecated alias for the builtin `float`
2023-03-13 22:17:17
1812
1
原创 NotImplementedError: Could not run ‘torchvision::nms‘ with arguments from the ‘CUDA‘ backend解决办法
NotImplementedError: Could not run 'torchvision::nms' with arguments from the 'CUDA' backend解决办法
2023-03-13 21:52:21
5860
4
原创 AttributeError: module ‘numpy‘ has no attribute ‘float‘解决办法
AttributeError: module 'numpy' has no attribute 'float'解决办法
2023-03-13 21:49:35
3157
原创 import paddle.nn as nnModuleNotFoundError: No module named ‘paddle.nn‘解决办法
import paddle.nn as nnModuleNotFoundError: No module named 'paddle.nn'解决办法
2023-03-13 20:25:17
1074
原创 安装cython_bbox报错解决办法:Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
安装cython_bbox报错解决办法:Preparing metadata (setup.py) ... error error: subprocess-exited-with-error
2023-03-13 12:39:23
11893
原创 TypeError: __init__() got an unexpected keyword argument ‘width‘问题解决办法
TypeError: __init__() got an unexpected keyword argument 'width'
2023-03-13 08:56:57
2643
原创 ImportError: cannot import name ‘Bar‘ from ‘pyecharts‘报错解决办法
ImportError: cannot import name 'Bar' from 'pyecharts'报错解决办法
2023-03-07 16:14:30
2194
交叉验证Python代码实现.ipynb格式
2022-06-11
自动特征选择Python代码实现,ipynb格式
2022-06-01
K最近邻算法python代码实现,ipynb格式
2022-05-31
逻辑回归算法及Python代码实现,ipynb格式
2022-05-31
决策树算法Python代码实现,ipynb格式
2022-05-31
随机森林算法Python代码实现,ipynb格式
2022-05-31
PCA主成分分析Python代码实现,ipynb格式
2022-05-31
MLP手写识别及Python代码实现,ipynb格式
2022-05-31
用支持向量机SVM做波士顿房价回归分析源代码,ipynb格式
2022-05-31
Kmeans与Kmeans++算法Python代码实现
2022-05-23
酒数据集wine.dot
2022-05-15
watermalon.txt
2020-07-29
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人