SerpentAI安装错误

时间:2018-08-08 10:19:52

标签: macos artificial-intelligence

我一直在尝试安装SerpentAI。我在Mac上,并且已经按照所有步骤进行操作。我拥有所有依赖关系,但是当我使用关键字serpent时,会出现此错误。

我知道我缺少配置文件,但是我不知道在哪里找到它或如何解决这个问题。

任何以蛇开头的命令都给我这个错误。

这是错误

    Traceback (most recent call last):
      File "/anaconda3/bin/serpent", line 11, in <module>
        load_entry_point('SerpentAI==2018.1.2', 'console_scripts',         'serpent')()
      File "/anaconda3/lib/python3.6/site-        packages/pkg_resources/__init__.py", line 480, in load_entry_point
        return get_distribution(dist).load_entry_point(group, name)
      File "/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2691, in load_entry_point
        return ep.load()
      File "/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2322, in load
        return self.resolve()
      File "/anaconda3/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2328, in resolve
        module = __import__(self.module_name, fromlist=['__name__'], level=0)
      File "/anaconda3/lib/python3.6/site-packages/SerpentAI-2018.1.2-py3.6.egg/serpent/serpent.py", line 11, in <module>
        from serpent.utilities import clear_terminal, display_serpent_logo, is_linux, is_macos, is_windows, is_unix, wait_for_crossbar
      File "/anaconda3/lib/python3.6/site-packages/SerpentAI-2018.1.2-py3.6.egg/serpent/utilities.py", line 8, in <module>
        from serpent.config import config
      File "/anaconda3/lib/python3.6/site-packages/SerpentAI-2018.1.2-py3.6.egg/serpent/config.py", line 18, in <module>
        raise Exception("Configuration file not found at: 'config/config.yml'...")
    Exception: Configuration file not found at: 'config/config.yml'...

所以我认为我发现了问题,您可以克隆GitHub存储库,它将包含配置文件。然后,当您运行pip install时,它将克隆一个版本,并且该版本将没有配置文件。

1 个答案:

答案 0 :(得分:0)

在遵循所有安装指南步骤后,尝试运行serpent vi sual_debugger时遇到相同的问题。

尝试运行serpent setup,这可能会解决您遇到的问题。就我而言,这很有帮助。