我正在尝试根据本教程在使用 Anaconda Python 2.7.9 的 Ubuntu 14.04 机器上创建一个用于 Caffe 的 LMDB 数据库文件。但是,当我这样做时pip install deepdish
,我收到以下错误:
Collecting deepdish
Using cached deepdish-0.1.4.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-build-qKwOBx/deepdish/setup.py", line 12, in <module>
with open('requirements.txt') as f:
IOError: [Errno 2] No such file or directory: 'requirements.txt'
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-qKwOBx/deepdish
任何想法为什么会发生此错误以及如何纠正它?任何帮助深表感谢。谢谢你。