Discussion:
[Pyzo] matplotlib isn't working
l***@live.fr
2016-11-11 16:48:28 UTC
Permalink
Hi every one,
import matplotlib.pyplot as plt
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "c:\users\utilisateur\miniconda3\lib\site-packages\matplotlib\__init__.py", line 124, in <module>
from matplotlib.rcsetup import (defaultParams,
File "c:\users\utilisateur\miniconda3\lib\site-packages\matplotlib\rcsetup.py", line 34, in <module>
from cycler import Cycler, cycler as ccycler
ImportError: No module named 'cycler'


If you have any idea to help me, I will really appreciate because I really need matplotlilb.

Thank's a lot !
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Eric Detrez
2016-11-12 09:49:06 UTC
Permalink
Post by l***@live.fr
Hi every one,
import matplotlib.pyplot as plt
File "<console>", line 1, in <module>
File "c:\users\utilisateur\miniconda3\lib\site-packages\matplotlib\__init__.py", line 124, in <module>
from matplotlib.rcsetup import (defaultParams,
File "c:\users\utilisateur\miniconda3\lib\site-packages\matplotlib\rcsetup.py", line 34, in <module>
from cycler import Cycler, cycler as ccycler
ImportError: No module named 'cycler'
How did you install matplotlib ?
--
You received this message because you are subscribed to the Google Groups "Pyzo" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyzo+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...