zoukankan      html  css  js  c++  java
  • prophet Building wheel for fbprophet (setup.py) ... error

    Building wheels for collected packages: fbprophet
      Building wheel for fbprophet (setup.py) ... error
      ERROR: Command errored out with exit status 1:
       command: /home/software/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"'; __file__='"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"' '"'"', '"'"' '"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-ldsztl4y
           cwd: /tmp/pip-install-n3vnzolv/fbprophet/
      Complete output (10 lines):
      running bdist_wheel
      running build
      running build_py
      creating build
      creating build/lib
      creating build/lib/fbprophet
      creating build/lib/fbprophet/stan_model
      Importing plotly failed. Interactive plots will not work.
      INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_dfdaf2b8ece8a02eb11f050ec701c0ec NOW.
      error: command 'gcc' failed with exit status 1
      ----------------------------------------
      ERROR: Failed building wheel for fbprophet
      Running setup.py clean for fbprophet
    Failed to build fbprophet
    Installing collected packages: fbprophet
        Running setup.py install for fbprophet ... error
        ERROR: Command errored out with exit status 1:
         command: /home/software/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"'; __file__='"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"' '"'"', '"'"' '"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-yd8__6iz/install-record.txt --single-version-externally-managed --compile --install-headers /home/software/anaconda3/include/python3.8/fbprophet
             cwd: /tmp/pip-install-n3vnzolv/fbprophet/
        Complete output (10 lines):
        running install
        running build
        running build_py
        creating build
        creating build/lib
        creating build/lib/fbprophet
        creating build/lib/fbprophet/stan_model
        Importing plotly failed. Interactive plots will not work.
        INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_dfdaf2b8ece8a02eb11f050ec701c0ec NOW.
        error: command 'gcc' failed with exit status 1
        ----------------------------------------
    ERROR: Command errored out with exit status 1: /home/software/anaconda3/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"'; __file__='"'"'/tmp/pip-install-n3vnzolv/fbprophet/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"' '"'"', '"'"' '"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-yd8__6iz/install-record.txt --single-version-externally-managed --compile --install-headers /home/software/anaconda3/include/python3.8/fbprophet Check the logs for full command output.

  • 相关阅读:
    Oracle一次可以查询多个表的结果的方法
    nagios+logstash实时监控java日志(一)
    原 ELK+Filebeat集中式日志解决方案(centos7)
    关于系统运维监控规范的几点建议和思考
    web文件管理系统和日志实时监控工具
    [运维]ELK实现日志监控告警
    阿里云服务器 发送邮箱 STMP 25端口 465端口问题 Javamail 25被禁用
    Elasticsearch5.6搭建及拼音中文混合搜索实现
    ELK pipeline
    图解Elasticsearch中的_source、_all、store和index属性
  • 原文地址:https://www.cnblogs.com/emanlee/p/14471294.html
Copyright © 2011-2022 走看看