请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

正在回答 回答被采纳积分+3

2回答

Jack 2020-09-17 12:11:28

您好,截图的下面还有错误信息吗

1 回复 有任何疑惑可以回复我~
  • 提问者 華晧 #1
    File "/root/.local/share/virtualenvs/zanhu-xhAJ2tUW/lib/python3.7/site-packages/setuptools/dist.py", line 758, in fetch_build_egg
            return fetch_build_egg(self, req)
          File "/root/.local/share/virtualenvs/zanhu-xhAJ2tUW/lib/python3.7/site-packages/setuptools/installer.py", line 130, in fetch_build_egg
            raise DistutilsError(str(e)) from e
        distutils.errors.DistutilsError: Command '['/root/.local/share/virtualenvs/zanhu-xhAJ2tUW/bin/python', '-m', 'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpc10ha5bb', '--quiet', '--index-url', 'http://mirrors.cloud.aliyuncs.com/pypi/simple/', 'pytest-django']' returned non-zero exit status 1.
        ----------------------------------------
    ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output.
    回复 有任何疑惑可以回复我~ 2020-09-17 12:36:11
Jack 2020-09-17 23:12:37

更新一下pip和setuptools试试

sudo pip install --upgrade pip

sudo pip install -U setuptools

0 回复 有任何疑惑可以回复我~
  • 提问者 華晧 #1
    还是不行
    回复 有任何疑惑可以回复我~ 2020-09-18 00:45:20
  • 提问者 華晧 #2
    解决了,估计是依赖的问题。我把源码里的setup.py里的tests_require=[
            "pytest<6.0",
            "pytest-django==3.9.0",
            "pytest-cov==2.8.1",
            "pytest-pythonpath==0.7.3",
            "factory-boy>=2.11.1",
        ],
    手动安装后再安装django-test-plus就没有报错了
    回复 有任何疑惑可以回复我~ 2020-09-18 10:52:08
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信