import PyPlot fails
- 主要语言
- Julia
- 星标
- 488
- 派生
- 90
- PR 合并指标
- 30 天内没有已合并 PR
描述
Hi,
I have problems importing PyPlot on different CentOS 7 and Fedora 20 machines:
```
julia> import PyPlot
Warning: error initializing module PyPlot:
PyCall.PyError(msg=":PyImport_ImportModule", T=PyCall.PyObject(o=0x0000000001d86520), val=PyCall.PyObject(o=0x000000000a5b1e18), traceback=PyCall.PyObject(o=0x0000000000000000))
```
Importing PyCall (only) works fine:
```
julia> import PyCall
julia> PyCall.pyinitialize()
```
Any idea how to fix the problem?
Regards,
Josef
贡献指南
这个仓库没有索引到贡献指南
调研方向
No source file or test is identified. Start by reproducing `import PyPlot` on the reported CentOS 7 and Fedora 20 environments, then inspect the PyPlot and PyCall initialization paths and the existing issue discussion. Done means the initialization failure is explained and a verified fix or actionable diagnosis is available.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- julia, matplotlib, python
- 领域
- data-visualization
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100