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
- Added python-setuptools to the RHEL and Ubuntu guides See Issue #134 — committed to danforthcenter/plantcv by nfahlgren 7 years ago
Hmm, you could try this
sudo apt-get install python-matplotlibto install matplotlib using the Ubuntu package manager.