PyImageSearch / imutils

A series of convenience functions to make basic image processing operations such as translation, rotation, resizing, skeletonization, and displaying Matplotlib images easier with OpenCV and Python.
MIT License
4.54k stars 1.03k forks source link

Install with Conda? Python 3.7 Ubuntu #210

Closed brianlmerritt closed 4 years ago

brianlmerritt commented 4 years ago

Hi - I managed to install opencv on a conda environment on Ubuntu 20.04 (did apt install, not build)

Neither conda nor pip in this environment can find imutils.

How please to install?

with command pip install git+git://https://github.com/jrosebr1/imutils

I am getting

Running command git clone -q git://https://github.com/jrosebr1/imutils /tmp/pip-req-build-0fz4erx2 fatal: unable to look up https (port 9418) (Temporary failure in name resolution) ERROR: Command errored out with exit status 128: git clone -q git://https://github.com/jrosebr1/imutils /tmp/pip-req-build-0fz4erx2 Check the logs for full command output.

brianlmerritt commented 4 years ago

Closing this issue - have had so many packages installed in conda and not working have gone back to virtualenvs