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 (将#修改为@)