JuliaPy / JuliaPy/PyPlot.jl

PyPlot cannot be used on Julia 1.7.2

Ouverte
#546 3 commentaires 0 réactions 0 personnes assignées Voir sur GitHub
Langage dominant
Julia
Étoiles
488
Forks
90
Métriques de merge des PR
Aucune PR mergée en 30 j

Description

I have just updated/upgraded my whole system and now I have Julia 1.7.2
I have updated the packages of Julia and they seem to be downloaded fine, and there are no complaints after using the
`add PyPlot` on the Pkg interface.
But If I try:
```
using PyPlot
```

I get the following error:

```
using PyPlot, DelimitedFiles, JLD

┌ Info: Precompiling PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee]
└ @ Base loading.jl:1423

signal (6): Abortado
in expression starting at /home/karel/.julia/packages/PyPlot/XaELc/src/PyPlot.jl:4
```
And then the usual gibberish ending with:

```
Failed to precompile PyPlot [d330b81b-6aea-500a-939a-2ce795aea3ee] to /home/karel/.julia/compiled/v1.7/PyPlot/jl_eGwi3X.
```

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Piste de recherche

Start by reproducing the `using PyPlot` precompilation failure on Julia 1.7.2 and inspect `src/PyPlot.jl:4`, where the reported failure begins. Compare the precompilation behavior with the package update and determine whether the issue is resolved when `PyPlot` loads successfully without the reported abort.

Rédigé par le modèle d'indexation à partir du texte de l'issue.

Évaluation

Stack technique
matplotlib, python
Domaine
data-visualization
Type d'issue
Bug
Difficulté
4/5
Temps estimé
3-5 jours
Activité
À l'abandon
Clarté
À clarifier
Accessibilité débutants
28/100

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.