davidkleiven / CEMC

DEPRECATED: Monte Carlo package targeted at systems studied with the Cluster Expansion.
MIT License
3 stars 2 forks source link

Missing tkinter on cluster #33

Closed davidkleiven closed 6 years ago

davidkleiven commented 6 years ago
ModuleNotFoundError: No module named '_tkinter

so matplotlib needs to be run with backend 'agg'. Maybe we could add a configuration file that tells which backend to run with.

davidkleiven commented 6 years ago

Resolved. Runs without matplpotlib provided that functions requesting a plot is not called.