作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想安装 ImageHash 并且我做到了:
pip install pillow==2.6.1 imagehash==0.3
但我明白:
ImportError: No module named numpy.distutils.core
----------------------------------------
Cleaning up...
Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-ZDGKpH-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_root/scipy
Traceback (most recent call last):
File "/usr/bin/pip", line 9, in <module>
load_entry_point('pip==1.5.4', 'console_scripts', 'pip')()
File "/usr/lib/python2.7/dist-packages/pip/__init__.py", line 235, in main
return command.main(cmd_args)
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 161, in main
text = '\n'.join(complete_log)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe2 in position 72: ordinal not in range(128)
我应该如何安装它?
最佳答案
要求是 Pillow、numpy 和 scipy。所以我们应该遵循:
对于 numpy/scipy:
sudo apt-get install libblas-dev liblapack-dev libatlas-base-dev gfortran
sudo pip install scipy
然后:
sudo pip install Pillow
sudo pip install imagehash
关于python - 如何在Ubuntu 14.0.4上安装ImageHash?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38547249/
我是 Python 新手。根据这个例子( https://pypi.org/project/ImageHash/ ),以下操作的含义是什么? d879f8f89b1bbf - ffff3720200f
我正在使用 ImageHash生成图像的感知哈希的库。该库声称能够生成不同大小的哈希值(64、128、256),但我不知道如何获得 128 的哈希值。 哈希大小由库重新缩放图像时的图像大小决定,例如:
我是一名优秀的程序员,十分优秀!