biocore / deblur

Deblur is a greedy deconvolution algorithm based on known read error profiles.
BSD 3-Clause "New" or "Revised" License
92 stars 41 forks source link

problem with scikit-bio on mac #126

Closed amnona closed 7 years ago

amnona commented 7 years ago

users get: RuntimeError: Python is not installed as a framework. The Mac OS X backend will not be able to function correctly if Python is not installed as a framework. See the Python documentation for more information on installing Python as a framework on Mac OS X. Please either reinstall Python as a framework, or try one of the other backends. If you are Working with Matplotlib in a virtual enviroment see 'Working with Matplotlib in Virtual environments' in the Matplotlib FAQ

to solve need to do: cd ~/.matplotlib echo "backend: TkAgg" >> ~/.matplotlib/matplotlibrc

maybe add to doc?

wasade commented 7 years ago

I think it would make sense to note this as in a "troubleshooting" section on the readme.