2016-07-14 10 views
0

Hallo, ich arbeite in Computer Vision-Projekte, ich installierte Python 3.5 mit Anaconda in meinem Laptop (Ubunut16.04 LTS). Kannst du mir bitte sagen, wie ich Imutils mit Conda in meinem Ubuntu 16.04 LTS installiere. ??????Installieren Sie Imutils mit Conda in Ubuntu 16.04 LTS

+0

Wofür verwenden Sie Imutils? wenn zur Größenanpassung, benutze einfach cv2.resize –

Antwort

1

Haben Sie versucht:

pip install imutils 

Dies sollte imutils und seine Anforderungen (numpy, astropy, scipy) installieren.

Die Dokumentation ist here.

+0

Bundle of Thanks, Holger .... – saeediqbal

0

Falls Sie einen pip linkd Sie in eine andere Python haben könnten Sie imutils sicherstellen möchten, installieren Sie den Pip Anaconda mit:

Wed Nov 01 21:57:17 :~/CS585/hw4/basic-motion-detection$ which -a pip 
/usr/local/bin/pip 
/Users/mona/anaconda/bin/pip 
/usr/local/bin/pip 
/usr/local/bin/pip 
/Users/mona/anaconda/bin/pip 
Wed Nov 01 21:58:03 :~/CS585/hw4/basic-motion-detection$ sudo /Users/mona/anaconda/bin/pip install imutils 
Password: 
The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 
The directory '/Users/mona/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. 
Collecting imutils 
    Downloading imutils-0.4.3.tar.gz 
Installing collected packages: imutils 
    Running setup.py install for imutils ... done 
Successfully installed imutils-0.4.3 
0

können Sie versuchen, diese

Conda installieren -c mlgill imutils

Verwandte Themen