ImporError Installing
See original GitHub issueHello 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
Issue Analytics
- State:
- Created 6 years ago
- Comments:20 (10 by maintainers)
Top Results From Across the Web
ModuleNotFoundError or ImportError When Installing Python ...
I first activated my environment conda activate PythonData . Then I tried to run conda install splinter which failed, then conda install -c ......
Read more >Installing ArcPy in Anaconda gives ImportError
In the Description field of the annaconda.org release site, it states: Provides the ArcPy interface to ArcGIS Pro and Server installations.
Read more >Import Error after installing Pytorch3d · Issue #959 - GitHub
Hello, I hope anyone could help me with my error after installing pytorch3D. here are my used packages: package-list.txt error massage after ...
Read more >ImportError installing via PIP - Support - Numba Discussion
Hi, I'm trying to install numba via pip - i'm having trouble. Am I doing something wrong? Blockquote $ python3.8 -m venv venv...
Read more >Install error relating to "ImportError: No module named numpy ...
Hello, When attempting to perform the basic install I get the following: The cryoSPARC System master installation will host a database, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hmm, you could try this
sudo apt-get install python-matplotlib
to install matplotlib using the Ubuntu package manager.oh shit… next battle