import PyPlot fails
Ouverte
- Langage dominant
- Julia
- Étoiles
- 488
- Forks
- 90
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.