Page MenuHomePhabricator

Install python module matplotlib
Closed, ResolvedPublic

Description

Author: dr.trigon

Description:
Hello admins!

I am setting up DrTrigonBot on Labs (migrating from TS). For this I need and thus request the installation of the 'matplotlib' python module.

Thanks and Greetings
DrTrigon


Version: unspecified
Severity: normal
URL: http://tools.wmflabs.org/drtrigonbot/cgi-bin/panel.py?action=logstat

Details

Reference
bz61445

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 2:59 AM
bzimport added a project: Toolforge.
bzimport set Reference to bz61445.

dr.trigon wrote:

That was FAST! :) Thanks a lot!

But it look like there are config issues open:

<type 'exceptions.RuntimeError'>: Failed to create /var/www/.matplotlib; consider setting MPLCONFIGDIR to a writable directory for matplotlib configuration data

args = ('Failed to create /var/www/.matplotlib; consider ...table directory for matplotlib configuration data',)
message = 'Failed to create /var/www/.matplotlib; consider ...table directory for matplotlib configuration data'

You should set MPLCONFIGDIR yourself at the tool level -- having a config directory shared between all tools doesn't seem useful (and would have access control issues).

It seems matplotlib is no longer installed

tools.phetools@tools-login:~$ python -c "import matplotlib"
Traceback (most recent call last):

File "<string>", line 1, in <module>

ImportError: No module named matplotlib

Same things on the exec nodes and on the web nodes (see the url in the initial report)

Change 135505 had a related patch set uploaded by Tim Landscheidt:
Tools: Install user-requested packages

https://gerrit.wikimedia.org/r/135505

Change 135505 merged by coren:
Tools: Install user-requested packages

https://gerrit.wikimedia.org/r/135505