当我尝试构建项目文档(https://github.com/devolksbank/dvb.datascience/tree/master/docs)时,出现以下错误:
python3.6 -mvirtualenv --no-site-packages --no-download /home/docs/checkouts/readthedocs.org/user_builds/dvbdatascience/envs/latest 使用基本前缀'/home/docs/.pyenv/versions/3.6.2'新python 可执行文件 /home/docs/checkouts/readthedocs.org/user_builds/dvbdatascience/envs/latest/bin/python3.6 不覆盖现有的python脚本 /home/docs/checkouts/readthedocs.org/user_builds/dvbdatascience/envs/latest/bin/python (您必须使用 /home/docs/checkouts/readthedocs.org/user_builds/dvbdatascience/envs/latest/bin/python3.6) 安装setuptools,pip,wheel ...命令的完整输出 /home/docs/checkouts...latest/bin/python3.6-setuptools pip wheel:
追溯(最近一次通话最后一次):文件“”,第8行,在 在第961行的文件“”中 _find_and_load_unlocked文件“”中的_find_and_load文件“”,行950,_load_unlocked File“”中的行646, 616,在_load_backward_compatible文件中 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/ init < /strong>.py”, 文件“”中的第43行,第961行, 在_find_and_load文件“”的第950行中 _find_and_load_unlocked文件“”,第646行,_load_unlocked File“”,行 616,在_load_backward_compatible文件中 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/utils/ init .py”, 文件“”中的第27行,第961行, 在_find_and_load文件“”的第950行中 _find_and_load_unlocked文件“”,第646行,_load_unlocked File“”,行 616,在_load_backward_compatible文件中 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, 文件中的第3018行 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, _call_aside文件中的第3004行 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, _initialize_master_working_set文件中的第3046行 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, 激活文件中的第2578行 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, 第2152行,在clarify_namespace文件中 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, _handle_ns文件中的第2092行 “ /home/docs/.pyenv/versions/3.6.2/lib/python3.6/site-packages/virtualenv_support/pip-9.0.3-py2.py3-none-any.whl/pip/_vendor/pkg_resources/ < strong> init .py”, _rebuild_mod_path AttributeError中的第2121行:'_NamespacePath' 对象没有属性“排序”
我该如何解决?