【发布时间】:2019-10-20 06:25:42
【问题描述】:
我正在尝试运行使用 feeder(git 存储库上的 feedr)库的代码。安装时出现错误。我已经尝试过 pip、克隆 git 和以前的版本,但在所有 PC 上仍然出现相同的错误。请告诉如何解决它或馈线的任何替代方案。原代码链接为https://github.com/nashory/DeLF-pytorch/tree/master/notebookenter image description here
【问题讨论】:
-
错误信息是:AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader' ------------------------ ----------------- 错误:命令“python setup.py egg_info”在/tmp/pip-install-svrfabbc/distribute/中失败,错误代码为1
标签: python-3.x pip pytorch