Skip to content

Commit

Permalink
The previous commit raised a build problem: E ImportError: Cannot loa…
Browse files Browse the repository at this point in the history
…d backend 'TkAgg' which requires the 'tk' interactive framework, as 'headless' is currently running
  • Loading branch information
HannoSpreeuw committed Aug 12, 2024
1 parent def3cb0 commit 3cd8233
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions marlpde/Evolve_scenario.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
from dataclasses import asdict
import inspect
import matplotlib.pyplot as plt
import matplotlib
matplotlib.use("TkAgg")
import h5py
from pde import CartesianGrid, ScalarField, FileStorage, LivePlotTracker
from pde import DataTracker
Expand Down

0 comments on commit 3cd8233

Please sign in to comment.