python - 由于错误消息,无法在 Ubuntu 上安装 keras-pandas

标签 python ubuntu keras pip

我可以通过 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 但没有帮助,我只是不断收到相同的错误代码。如何修复此错误?

最佳答案

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

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

关于python - 由于错误消息,无法在 Ubuntu 上安装 keras-pandas,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52012667/

相关文章:

ruby-on-rails - 在 ubuntu 上更新到 rails 3

python - 在 Ubuntu18.04 中使用 CUDA 使用 Python 库 Keops 的运行时错误

keras - keras 中二维元素的填充序列

python - Keras 预处理在使用 load_img() 导入图像时旋转图像

python - Keras 进度条显示什么?

python - 使用 Pygame 和 Pickle 加载之前耗时

python - 创建返回 pandas dataFrame 的子类表单类

android - 无法在 Ubuntu 12.04 上连接 Android 版本 2.3.6 手机

python - msgpack C# -> kafka -> Consumer (kafka-python) 失败,出现 ExtraData : unpack(b) received extra data

Pythonnet异常: "The ' ExeConfigFilename' argument cannot be null"