微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

Graphrole 分期付款问题如何处理?

如何解决Graphrole 分期付款问题如何处理?

当我尝试通过 pip install graphrole 安装 graphrole 时,我收到此错误消息。任何人都可以帮助我吗?我有 pip 版本 21.0.1、python 3.9.2 并且我的 setuptool 是最新的。

Collecting graphrole
  Using cached graphrole-1.0.0-py3-none-any.whl (28 kB)
Collecting numpy==1.15.3
  Using cached numpy-1.15.3.zip (4.5 MB)
Collecting scikit-learn==0.20.2
  Using cached scikit-learn-0.20.2.tar.gz (10.3 MB)
Collecting pandas==0.23.4
  Using cached pandas-0.23.4.tar.gz (10.5 MB)
Collecting networkx==2.2
  Using cached networkx-2.2.zip (1.7 MB)
Collecting scipy==1.1.0
  Using cached scipy-1.1.0.tar.gz (15.6 MB)
Requirement already satisfied: decorator>=4.3.0 in c:\users\taskn\appdata\local\programs\python\python39\lib\site-packages (from networkx==2.2->graphrole) (4.4.2)

Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\taskn\appdata\local\programs\python\python39\lib\site-packages (from pandas==0.23.4->graphrole) (2.8.1)

Requirement already satisfied: pytz>=2011k in c:\users\taskn\appdata\local\programs\python\python39\lib\site-packages (from pandas==0.23.4->graphrole) (2021.1)
Requirement already satisfied: six>=1.5 in c:\users\taskn\appdata\local\programs\python\python39\lib\site-packages (from python-dateutil>=2.5.0->pandas==0.23.4->graphrole) (1.15.0)

Using legacy 'setup.py install' for networkx,since package 'wheel' is not installed.
Using legacy 'setup.py install' for numpy,since package 'wheel' is not installed.
Using legacy 'setup.py install' for pandas,since package 'wheel' is not installed.
Using legacy 'setup.py install' for scikit-learn,since package 'wheel' is not installed.
Using legacy 'setup.py install' for scipy,since package 'wheel' is not installed.
Installing collected packages: scipy,numpy,scikit-learn,pandas,networkx,graphrole
  Attempting uninstall: scipy
    Found existing installation: scipy 1.6.1
    Uninstalling scipy-1.6.1:
      Successfully uninstalled scipy-1.6.1
    Running setup.py install for scipy ... error
    **ERROR: Command errored out with exit status 1:**
     command: 'c:\users\taskn\appdata\local\programs\python\python39\python.exe' -u -c 'import sys,setuptools,tokenize; sys.argv[0] = '"'"'C:\\Users\\taskn\\AppData\\Local\\Temp\\pip-install-dac54c9e\\scipy_c21e9384a9e049bc9bdd42bef35d0c93\\setup.py'"'"'; __file__='"'"'C:\\Users\\taskn\\AppData\\Local\\Temp\\pip-install-dac54c9e\\scipy_c21e9384a9e049bc9bdd42bef35d0c93\\setup.py'"'"';f=getattr(tokenize,'"'"'open'"'"',open)(__file__);code=f.read().replace('"'"'\r\n'"'"','"'"'\n'"'"');f.close();exec(compile(code,__file__,'"'"'exec'"'"'))' install --record 'C:\Users\taskn\AppData\Local\Temp\pip-record-pfne1qez\install-record.txt' --single-version-externally-managed --compile --install-headers 'c:\users\taskn\appdata\local\programs\python\python39\Include\scipy'
         cwd: C:\Users\taskn\AppData\Local\Temp\pip-install-

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。