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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install with Conda? Python 3.7 Ubuntu

brianlmerritt opened this issue · comments

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.

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