Как исправить «ОШИБКА: команда с ошибкой со статусом выхода 1» - PullRequest
0 голосов
/ 09 апреля 2020

Я пытаюсь установить pysat, но он продолжает работать при сборке колеса для pysatCDF:

Requirement already satisfied: soupsieve>=1.2 in /anaconda3/lib/python3.7/site-packages (from beautifulsoup4->pysat) (1.8)

Building wheels for collected packages: pysatCDF

Building wheel for pysatCDF (setup.py) ... error

ERROR: Command errored out with exit status 1:
command: //anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/var/folders/tg/v1qsdkmn5rg_dnwh0k2xtw280000gn/T/pip-install-6ssrpcun/pysatCDF/setup.py'"'"'; file='"'"'/private/var/folders/tg/v1qsdkmn5rg_dnwh0k2xtw280000gn/T/pip-install-6ssrpcun/pysatCDF/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /private/var/folders/tg/v1qsdkmn5rg_dnwh0k2xtw280000gn/T/pip-wheel-di7gnbw7
cwd: /private/var/folders/tg/v1qsdkmn5rg_dnwh0k2xtw280000gn/T/pip-install-6ssrpcun/pysatCDF/

Complete output (45 lines):
  Building CDF for pysatCDF. 

  running bdist_wheel

  running build

  running config_cc

  unifing config_cc, config, build_clib, build_ext, build commands --compiler options

  running config_fc

  unifing config_fc, config, build_clib, build_ext, build commands --fcompiler options

  running build_src

  build_src

  building extension "pysatCDF.fortran_cdf" sources

......

...