【发布时间】:2018-08-24 23:03:32
【问题描述】:
我可以通过 pip 轻松下载 Keras,但是 keras-pandas 没有附带它,当我运行 pip install -U keras-pandas 时,我收到以下错误消息:
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/pip-req-build-lw952foh/setup.py", line 12, in <module>
with open('requirements.txt') as f:
FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt'
我查找了该文件,但没有找到任何内容,我升级了 pip 但没有帮助,我只是不断收到相同的错误代码。如何修复此错误?
【问题讨论】:
-
看起来像 pandas-keras 包的错误。我刚刚提交了一个问题:github.com/bjherger/keras-pandas/issues/54