Open kewp opened 7 years ago
Oh I should mention I'm running on a Mac
@kewp, we have seen the same error when trying to run SolidsPy from a terminal in Mac. I think that we should add that to the documentation, though.
If you are using Anaconda in Mac, I suggest that you run it through an Anaconda IPython console or Spyder.
Some suggestion for fix can be found in:
About backend
Backend requiered is TkAgg
and this is necessary to be set before import pyplot
(best with rcParams
).
About dependencies
libpng
and freetype
are required to be installed.
conda
.
I'm getting the following exception trying to run one of the examples using the script given in README.md.