ocampor / image-quality

Image quality is an open source software library for Image Quality Assessment (IQA).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install via pip

aastha19 opened this issue · comments

Error on installing via pip

image

Sorry, there was a mistake in the documentation the right command is pip install image-quality. The documentation is already updated.

I tried with the new one but still is broken. I also tried installed with python setup, but there are some problems in importing:
File "/home/irodriguez/anaconda3/lib/python3.6/site-packages/image_quality-1.1.3-py3.6.egg/imquality/brisque.py", line 15, in
from imquality.statistics import AsymmetricGeneralizedGaussian, gaussian_kernel2d

File "/home/irodriguez/anaconda3/lib/python3.6/site-packages/image_quality-1.1.3-py3.6.egg/imquality/statistics.py", line 1
from future import annotations
^
SyntaxError: future feature annotations is not defined