OSError: [WinError 10038] in Win 10 (running the intro example)
未关闭
还没有人认领这个 Issue。
- 主要语言
- Python
- 星标
- 274
- 派生
- 17
- PR 合并指标
- 30 天内没有已合并 PR
描述
On Win10 and Python 3.11 I run the following lines
import gnuplotlib as gp
import numpy as np
x = np.arange(101) - 50
gp.plot(x**2)
and get the following error
File "C:\tools\py311\Lib\site-packages\gnuplotlib.py", line 2677, in plot
globalplot = gnuplotlib(**jointOptions)
File "C:\tools\py311\Lib\site-packages\gnuplotlib.py", line 1480, in __init__
self._startgnuplot()
File "C:\tools\py311\Lib\site-packages\gnuplotlib.py", line 1540, in _startgnuplot
errorMessage, warnings = self._checkpoint('printwarnings')
File "C:\tools\py311\Lib\site-packages\gnuplotlib.py", line 1705, in _checkpoint
rlist,wlist,xlist = select.select([self.gnuplotProcess.stderr],[], [],
OSError: [WinError 10038] An operation was attempted on something that is not a socket
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
在 Windows 10 上使用 Python 3.11 重现入门示例,然后检查 gnuplotlib.py 中 _startgnuplot() 和 _checkpoint() 附近的代码,尤其是报告的 traceback 中的 select.select() 调用。示例能够在不出现 WinError 10038 的情况下运行并生成图表,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- numpy, python
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100