我可以很容易地通过pip下载-U,但它没有附带keras-pandas,当我运行pip install 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,但没有任何帮助,我只是一直得到相同的错误代码。我该如何修复这个bug?
发布于 2018-08-27 20:45:15
这是keras-pandas中的一个错误,现在已经修复(从1.3.3版本开始)。
请参阅:https://github.com/bjherger/keras-pandas/issues/54#issuecomment-416079727
https://stackoverflow.com/questions/52012667
复制相似问题