arq5x / poretools

a toolkit for working with Oxford nanopore data
MIT License
239 stars 90 forks source link

Matplotlib version conflict #180

Open kescobo opened 5 years ago

kescobo commented 5 years ago

Tried to install poretools in a fresh environment:

error: Setup script exited with
Beginning with Matplotlib 3.1, Python 3.6 or above is required.

This may be due to an out of date pip.

Make sure you have pip >= 9.0.1.

$ pip --version
pip 19.1 from /usr/local/lib/python2.7/site-packages/pip (python 2.7)

I was able to pip install matplotlib manually, and then installation worked fine.