Open ceball opened 9 years ago
On Ubuntu 14.04.1, the latest git version of topographica seems to work fine for me. The problem of topoconsole not expanding is fixed by one of the workarounds in #611 (e.g. having a matplotlibrc file in the topographica directory with backend: agg
in it).
From Jan, in #611.
Hello everybody,
just an update on the current situation. I just did a completely fresh install of Ubuntu 14. I installed the ubuntu tk and pil packages. Under this installation method I do not get anymore the problems with the GUI. Unfortunately I now get this other bug which I remember seeing once very long time ago, but I cannot remember how it was resolved. I am attaching it below in case somebody has seen that recently.
I also tried to install topographica within a virtualenv, with all the related packages installed from pip instead. This unfortunately did not worked (yet) as I cannot make PIL recognize tkinter - it complains that the tcl/tk libraries are not installed on the system even though they were.
Best, Jan
The current bug:
Reply by Jean-Luc:
@antolikjan Are you using the --system-site-packages option when creating your virtualenv? Something like:
As I use virtualenvwrapper, I be would using something like this instead:
This should expose all the functionality available on your system by default while also giving you control over where any new packages go. In addition, you can shadow the system packages with different versions if you need.