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.
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.
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.