plantcv: ImporError Installing

Hello guys, trying to install PlantCV but got this error, i already tried to install using:

python setup.py install --prefix /home/miguel/plantCV_top

from branch master and dev. Got this error:

Traceback (most recent call last):
  File "setup.py", line 8, in <module>
    from setuptools import setup, find_packages
ImportError: No module named setuptools

Thanks in advace

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 20 (10 by maintainers)

Commits related to this issue

Most upvoted comments

Hmm, you could try this sudo apt-get install python-matplotlib to install matplotlib using the Ubuntu package manager.