-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I was trying to use fast_plotter recently but it couldn't find cycler yet it's installed.
$ fast_plotter --help
Traceback (most recent call last):
File "/home/anaylor/.pyenv/versions/miniconda3-4.3.30/bin/fast_plotter", line 5, in <module>
from fast_plotter.__main__ import main
File "/home/anaylor/.pyenv/versions/miniconda3-4.3.30/lib/python3.6/site-packages/fast_plotter/__main__.py", line 7, in <module>
import matplotlib
File "/home/anaylor/.local/lib/python3.6/site-packages/matplotlib/__init__.py", line 139, in <module>
from . import cbook, rcsetup
File "/home/anaylor/.local/lib/python3.6/site-packages/matplotlib/rcsetup.py", line 31, in <module>
from cycler import Cycler, cycler as ccycler
ModuleNotFoundError: No module named 'cycler'
$ pip freeze | grep cycler
cycler==0.10.0
$ pip freeze | grep fast-plotter
fast-plotter==0.8.1
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels