当运行官方的toad.quality()时,无法得到结果,并抛出报错

解决方法

  1. 首先检查toad版本:我的是toad == 0.0.64,python3.6版本
  2. 只需更换python版本为3.8,然后重新安装toad即可:pip install toad

问题解析

toad=0.1.0时不会出问题,但是python3.6无法更新到0.1.0,python3.8可以(python3.7未尝试)

toad github地址:https://github.com/amphibian-dev/toad
toad 文档:https://toad.readthedocs.io/en/stable/tutorial.html
toad pypi地址:https://pypi.org/project/toad/

完整报错

Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
Traceback (most recent call last):
OSError: [Errno 9] Bad file descriptorFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Fatal Python error: PyCOND_WAIT(gil_cond) failed
Thread 0x00007000059e5000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 172 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x00007000054e2000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 138 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x0000700004fdf000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pTraceback (most recent call last):
ydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/py  File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
thon3.6/threading.py", line 916 in OSError: [Errno 9] Bad file descriptor
_bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Current thread 0x0000700004adc000 (most recent call first):File "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 299 in waitFile "/opt/anaconda3/envs/baogao/lib/python3.6/queue.py", line 173 in getFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 367 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x000000010e2fae00 (most recent call first):File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/fork_exec.py", line 22 in close_fdsFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/fork_exec.py", line 45 in fork_execFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_posix.py", line 157 in _launchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_posix.py", line 52 in __init__File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/process.py", line 39 in _PopenFile "/opt/anaconda3/envs/baogao/lib/python3.6/multiprocessing/process.py", line 105 in startFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1100 in _adjust_process_countFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1109 in _ensure_executor_runningFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1135 in submitFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/reusable_executor.py", line 178 in submitFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 531 in apply_asyncFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 779 in _dispatchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 861 in dispatch_one_batchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 1043 in __call__File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/toad/stats.py", line 399 in qualityFile "<ipython-input-1-effea143780f>", line 1 in <module>File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3343 in run_codeFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3263 in run_ast_nodesFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3072 in run_cell_asyncFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/async_helpers.py", line 68 in _pseudo_sync_runnerFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2895 in _run_cellFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2867 in run_cellFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py", line 482 in add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py", line 41 in do_add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_code_executor.py", line 108 in add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py", line 106 in ipython_exec_codeFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py", line 195 in console_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 1837 in do_itFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 866 in process_internal_commandsFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1161 in _do_wait_suspendFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1147 in do_wait_suspendFile "/Users/xq/Desktop/data/pycharm_pro/trend_cluster/test/finance_toad/learn_base.py", line 32 in <module>File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18 in execfileFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1483 in _execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1476 in runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 2164 in mainFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 2173 in <module>
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Fatal Python error: PyCOND_WAIT(gil_cond) failed
Thread 0x00007000059e5000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 172 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x00007000054e2000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 138 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x0000700004fdf000 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292 in _on_runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 218 in runFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Current thread 0x0000700004adc000 (most recent call first):File "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 299 in waitFile "/opt/anaconda3/envs/baogao/lib/python3.6/queue.py", line 173 in getFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 367 in _on_runFile "/Applications/PyCharm.aTraceback (most recent call last):
pp/Contents/plugins/python/helpers/pydev/_pydevd_bundle/p  File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
ydevd_comm.py", line 218 in runFile "/opt/anaOSError: [Errno 9] Bad file descriptor
conda3/envs/baogao/lib/python3.6/threading.py", line 916 in _bootstrap_innerFile "/opt/anaconda3/envs/baogao/lib/python3.6/threading.py", line 884 in _bootstrapFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 811 in __call__
Thread 0x000000010e2fae00 (most recent call first):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd_tracing.py", line 248 in set_trace_to_threadsFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 524 in enable_tracingFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1778 in _locked_settraceFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1697 in settraceFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1909 in settrace_forkedFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 74 in _on_forked_processFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_monkey.py", line 638 in new_forkFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/fork_exec.py", line 43 in fork_execFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_posix.py", line 157 in _launchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/popen_loky_posix.py", line 52 in __init__File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/backend/process.py", line 39 in _PopenFile "/opt/anaconda3/envs/baogao/lib/python3.6/multiprocessing/process.py", line 105 in startFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1100 in _adjust_process_countFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1109 in _ensure_executor_runningFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/process_executor.py", line 1135 in submitFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/externals/loky/reusable_executor.py", line 178 in submitFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 531 in apply_asyncFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 779 in _dispatchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 861 in dispatch_one_batchFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 1043 in __call__File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/toad/stats.py", line 399 in qualityFile "<ipython-input-1-effea143780f>", line 1 in <module>File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3343 in run_codeFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3263 in run_ast_nodesFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3072 in run_cell_asyncFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/async_helpers.py", line 68 in _pseudo_sync_runnerFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2895 in _run_cellFile "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 2867 in run_cellFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_console_011.py", line 482 in add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_ipython_code_executor.py", line 41 in do_add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_bundle/pydev_code_executor.py", line 108 in add_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py", line 106 in ipython_exec_codeFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_console_integration.py", line 195 in console_execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 1837 in do_itFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 866 in process_internal_commandsFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1161 in _do_wait_suspendFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1147 in do_wait_suspendFile "/Users/xq/Desktop/data/pycharm_pro/trend_cluster/test/finance_toad/learn_base.py", line 32 in <module>File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydev_imps/_pydev_execfile.py", line 18 in execfileFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1483 in _execFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 1476 in runFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 2164 in mainFile "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/pydevd.py", line 2173 in <module>
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/Applications/PyCharm.app/Contents/plugins/python/helpers/pydev/_pydevd_bundle/pydevd_comm.py", line 292, in _on_runr = self.sock.recv(1024)
OSError: [Errno 9] Bad file descriptor
Traceback (most recent call last):File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/IPython/core/interactiveshell.py", line 3343, in run_codeexec(code_obj, self.user_global_ns, self.user_ns)File "<ipython-input-1-effea143780f>", line 1, in <module>toad.quality(total_df,'y_label')File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/toad/stats.py", line 399, in qualityrows = pool(jobs)File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 1056, in __call__self.retrieve()File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/parallel.py", line 935, in retrieveself._output.extend(job.get(timeout=self.timeout))File "/opt/anaconda3/envs/baogao/lib/python3.6/site-packages/joblib/_parallel_backends.py", line 542, in wrap_future_resultreturn future.result(timeout=timeout)File "/opt/anaconda3/envs/baogao/lib/python3.6/concurrent/futures/_base.py", line 432, in resultreturn self.__get_result()File "/opt/anaconda3/envs/baogao/lib/python3.6/concurrent/futures/_base.py", line 384, in __get_resultraise self._exception
joblib.externals.loky.process_executor.TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker.
The exit codes of the workers are {SIGABRT(-6)}

解决python toad包报错joblib.externals.loky.process_executor.TerminatedWorkerError相关推荐

  1. python安装报错类型_解决Python安装cryptography报错问题

    解决Python安装cryptography报错问题 错误一: gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wst ...

  2. python打开文件报错无效序列_解决Python 写文件报错TypeError的问题

    处理上传的文件: f1 = request.FILES['pic'] fname = '%s/%s' % (settings.MEDIA_ROOT, f1.name) with open(fname, ...

  3. python连接数据库mysql失败_解决python连接mysql报错问题

    解决python连接mysql报错问题 最近跑python脚本时遇到一个问题,当sql语句中有中文时,执行python脚本报以下错误: Traceback (most recent call last ...

  4. python运行启动报错解决方法_解决python运行启动报错问题

    解决python运行启动报错问题 问题一: python启动报错api-ms-win-crt-process-l1-1-0.dll丢失 解决: 下载api-ms-win-crt-process-l1- ...

  5. 【Python】处理 joblib.externals.loky.process_executor._RemoteTraceback:PermissionError:[WinError 5] 拒绝访问

    knn = KNeighborsClassifier(n_neighbors=5, n_jobs=-1) 这么一坨异常栈: ����: �޷���ֹ PID 18696 (���� PID 22312 ...

  6. joblib.externals.loky.process_executor.BrokenProcessPool: A task has failed to un-serialize. Please

    项目场景: 编程语言:python 编程环境:windows+pycharm 具体环境:使用的因果推断模型, DMLOrthoForest 问题描述: DMLOrthoForest中出现的进程紊乱错误 ...

  7. sklearn.externals.joblib.externals.loky.process_executor.BrokenProcessPool: A task has 未能取消序列化

    背景 在做硕士毕业设计的时候,用到随机森林这个模型,在写完代码的时候,跑的时候,老是出现sklearn.externals.joblib.externals.loky.process_executor ...

  8. 解决Python打开文件报错UnicodeDecodeError: 'gbk' codec can't decode byte

    用Python打开文件时报错: UnicodeDecodeError: 'gbk' codec can't decode byte 0x80 in position 10: illegal multi ...

  9. 解决python读取pickle报错ValueError: unsupported pickle protocol: 5

    解决方法 换一个python3.8+的版本读取pkl文件的数据 保存为其他格式或低版本的pkl,保存时设置protocol关键字即可 问题解析 这是因为保存为.pkl文件时使用的协议号为5(pytho ...

最新文章

  1. Wireshark网络分析实例集锦2.1.2隐藏、删除、重新排序及编辑列
  2. containerd — 容器引擎
  3. python 语言-Python的语言特点
  4. Flink示例——Flink-CDC
  5. 优秀开源项目:MyXls
  6. GBK、GB2312、GB18030
  7. Failed to find any matching files for /tmp/resnet_v1_50.ckpt
  8. python 中判断是不是通过break;跳出循环(一分钟读懂)
  9. RefreshParenwin 打开子窗体 并回发
  10. java 64位 32位_32位和64位的java程序可以通用吗
  11. STM32G474 CANFD 用例详解
  12. HFSS阵列天线设计与仿真3
  13. arcgis拓扑几何,因缝隙太小而不能自动创建要素修复的处理办法
  14. 黑金花大理石_不同产地的黑金花大理石有哪些特点?
  15. windows10桌面壁纸的储存地址在哪里
  16. Android WiFi only配置
  17. C#PC与三菱Q系列PLC通信小实验中遇到的问题
  18. yocto编译错误- Error executing a python function in exec_python_func() autogenerated
  19. Windows中快速获取文件目录的方法
  20. 石头扫地机器人卡顿_小帅慢评 篇三:石头扫地机器人S50半年使用体验新品T65简评...

热门文章

  1. 转来的ubuntu8.04安装经验
  2. 工作中我目前想做的事的清单
  3. jenv add “ln No such file or directory“解决办法
  4. EOS系列 - EOSIO WEB IDE
  5. Stata:获取分组回归系数的三种方式
  6. 道楽勇者バトルアドベンチャー 剧情汉化补丁发布
  7. 路由器和猫,集线器,交换机的区别
  8. oracle怎样统计多列是否重复,Oracle FORM Bulider 校验多行多列数据重复的一种方法...
  9. 京东自营小米旗舰店小米11 Ultra手机烧主板烧屏
  10. 汪晓宇:如何破除中美大数据产业差距