
深度学习
编程研究坊
985博士
每天专注分享人工智能技术
展开
-
ModuleNotFoundError: No module named ‘pycocotools‘解决办法
ModuleNotFoundError: No module named 'pycocotools'解决办法原创 2023-10-23 19:52:57 · 552 阅读 · 0 评论 -
Consider using the `--user` option or check the permissions.
Consider using the `--user` option or check the permissions.原创 2023-10-16 21:06:06 · 437 阅读 · 0 评论 -
AssertionError: CUDA unavailable, invalid device 0 requested
AssertionError: CUDA unavailable, invalid device 0 requested原创 2023-10-16 21:02:51 · 1163 阅读 · 0 评论 -
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 · 3318 阅读 · 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 · 1165 阅读 · 0 评论 -
windows解决ModuleNotFoundError: No module named ‘cython_bbox‘问题,亲测可用
windows解决ModuleNotFoundError: No module named 'cython_bbox'问题,亲测可用原创 2023-09-25 11:48:32 · 1072 阅读 · 0 评论 -
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 · 235 阅读 · 0 评论 -
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 · 971 阅读 · 0 评论 -
Error: The client is unauthorized due to authentication failure.解决办法
Error: The client is unauthorized due to authentication failure.解决办法原创 2023-07-18 20:38:20 · 692 阅读 · 0 评论 -
python如何打包整个项目成exe文件?
python如何打包整个项目成exe文件?原创 2023-07-18 20:29:17 · 525 阅读 · 0 评论 -
Python生成exe文件运行出现黑框闪退如何查看运行bug?
Python生成exe文件运行出现黑框闪退如何查看运行bug?原创 2023-07-18 20:21:20 · 1447 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘neobolt.packstream._packer‘解决办法
ModuleNotFoundError: No module named 'neobolt.packstream._packer'解决办法原创 2023-07-18 20:14:18 · 267 阅读 · 0 评论 -
neo4j删除Property Keys值方法
neo4j删除Property Keys值方法原创 2023-07-05 14:39:55 · 2305 阅读 · 0 评论 -
matplotlib绘制3d图形出现空白,解决办法
matplotlib绘制3d图形出现空白,解决办法原创 2023-05-26 19:44:15 · 1178 阅读 · 0 评论 -
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 · 634 阅读 · 0 评论 -
AttributeError: module ‘gym‘ has no attribute ‘benchmark_spec‘解决办法
AttributeError: module 'gym' has no attribute 'benchmark_spec'原创 2023-05-24 19:09:29 · 870 阅读 · 0 评论 -
ModuleNotFoundError: No module named ‘tree‘解决办法
ModuleNotFoundError: No module named 'tree'解决办法原创 2023-05-24 17:01:04 · 3306 阅读 · 0 评论 -
ERROR: No matching distribution found for ray解决办法
ERROR: No matching distribution found for ray解决办法原创 2023-05-23 18:04:38 · 1091 阅读 · 0 评论 -
ImportError: DLL load failed while importing cymj: 找不到指定的模块解决办法
ImportError: DLL load failed while importing cymj: 找不到指定的模块解决办法原创 2023-05-22 17:23:21 · 3018 阅读 · 6 评论 -
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 · 1303 阅读 · 0 评论 -
NameError: name ‘glPushMatrix‘ is not defined
NameError: name 'glPushMatrix' is not defined原创 2023-05-20 15:43:41 · 697 阅读 · 0 评论 -
requirement.txt用法-python环境输出与加上镜像源快速生成环境
requirement.txt用法-python环境输出与加上镜像源快速生成环境原创 2023-05-16 19:56:35 · 1239 阅读 · 0 评论 -
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 · 1474 阅读 · 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 · 1563 阅读 · 0 评论 -
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 · 4419 阅读 · 1 评论 -
ValueError: too many values to unpack (expected 9)解决方案
ValueError: too many values to unpack (expected 9)解决方案原创 2023-05-04 15:46:37 · 444 阅读 · 0 评论 -
win10系统安装pytorch-GPU环境,亲测好用
win10系统安装pytorch-GPU环境,亲测好用原创 2023-05-04 14:56:05 · 244 阅读 · 0 评论 -
NVIDIA Corporation文件夹下面没有NVSMI以及nvidia-smi,无法查看显卡信息解决办法
NVIDIA Corporation文件夹下面没有NVSMI以及nvidia-smi,无法查看显卡信息解决办法原创 2023-04-17 12:23:31 · 11274 阅读 · 2 评论 -
pip安装软件包几种常用镜像源
pip安装软件包几种常用镜像源原创 2023-02-11 10:34:22 · 341 阅读 · 0 评论 -
ERROR: pip‘s dependency resolver does not currently take into account 异常解决办法
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed异常解决办法,but you have six 1.16.0 which is incompatible.原创 2023-02-11 10:16:34 · 2553 阅读 · 0 评论 -
pip._vendor.urllib3.exceptions.ReadTimeoutError:异常解决办法
During handling of the above exception, another exception occurred:异常解决办法原创 2023-02-11 10:01:07 · 345 阅读 · 0 评论 -
FutureWarning: In the future `np.object` will be defined as the corresponding NumPy scalar异常解决办法
AttributeError: module 'numpy' has no attribute 'object'.解决办法原创 2023-02-11 09:52:34 · 14179 阅读 · 3 评论 -
Ubuntu20.04+cuda11.2+cudnn8.1+Anaconda3安装tensorflow-GPU环境,亲测可用
Ubuntu20.04+cuda11.2+cudnn8.1+Anaconda3安装tensorflow-GPU环境原创 2023-02-10 18:34:37 · 3149 阅读 · 0 评论 -
Python编程笔记(1)序列及Python代码实现
有几种操作适用于所有序列,包括索引、切片、相加、相乘和成员资格检查。原创 2022-06-03 22:08:14 · 349 阅读 · 0 评论 -
Tensorboard启动报错[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/descriptor_databa
报错:[libprotobuf ERROR external/com_google_protobuf/src/google/protobuf/descriptor_database.cc:393] Invalid file descriptor data passed to EncodedDescriptorDatabase::Add().[libprotobuf FATAL external/com_google_protobuf/src/google/protobuf/descriptor.cc:1原创 2020-07-16 16:06:40 · 1607 阅读 · 0 评论