【问题标题】:Cannot install keras-pandas on Ubuntu due to error message由于错误消息,无法在 Ubuntu 上安装 keras-pandas
【发布时间】: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 但没有帮助,我只是不断收到相同的错误代码。如何修复此错误?

【问题讨论】:

标签: python ubuntu keras pip


【解决方案1】:

这是 keras-pandas 中的一个错误,现已修复(从 1.3.3 及更高版本开始)。

见:https://github.com/bjherger/keras-pandas/issues/54#issuecomment-416079727

【讨论】:

    猜你喜欢
    • 2017-11-17
    • 1970-01-01
    • 2017-06-10
    • 1970-01-01
    • 2019-08-27
    • 1970-01-01
    • 2023-03-23
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多