Hi,
I just wanted to install matplotlib for python3.2. Therefore, I added the following lines to /etc/make.conf:
Then I tried to install math/py-matplotlib and received the following message:
Then I commented the variable "USE_PYTHON=2.6-2.7" in the Makefile out and received the following message:
Is matplotlib supported for python3.2? If yes, how can I install it?
Best regards
I just wanted to install matplotlib for python3.2. Therefore, I added the following lines to /etc/make.conf:
Code:
PYTHON_VERSION=3.2
PYTHON_DEFAULT_VERSION=3.2
Then I tried to install math/py-matplotlib and received the following message:
Code:
===> py32-matplotlib-1.1.1 needs Python 2.7 at most. But you specified 3.2.
Then I commented the variable "USE_PYTHON=2.6-2.7" in the Makefile out and received the following message:
Code:
===> Building for matplotlib-1.1.1
make: don't know how to make all. Stop
*** Error code 1
Is matplotlib supported for python3.2? If yes, how can I install it?
Best regards