python 安裝superset:error: Setup script exited with error: command 'gcc' failed with exit status 1
python 安裝superset
錯誤提示如下:
atal error: sasl/sasl.h: No such file ordirectory
#include <sasl/sasl.h>
^
compilation terminated.
error: Setup script exited with error:command 'gcc' failed with exit status 1
解決辦法:
經查發現是沒有安裝sasl的開發庫,所以需要安裝下,stackoverflow上說安裝一個libsasl2-dev,用yum沒找到,然後使用sasl和dev關鍵字篩選了下,得到了一個libgsasl-devel,然後就裝上試了試,就ok了。
yum install libgsasl-devel
yum
install
cyrus-sasl-devel.x86_64
相關推薦
python 安裝superset:error: Setup script exited with error: command 39;gcc39; failed with exit status 1
python 安裝superset 錯誤提示如下: atal error: sasl/sasl.h: No such file ordirectory #include <sasl/sasl.h> &nbs
關於pip install安裝python依賴包時報錯:command 'gcc' failed with exit status 1的解決方案
環境:Centos 7 Python 2.7在安裝python依賴包時報錯:command 'gcc' failed with exit status 1,如下圖所示:解決方案是:sudo yum install python-devsudo yum install gcc如
python安裝提示No module named setuptools,wget提示ERROR 403: SSL is required
http://www.04007.cn/article/451.html 在下載安裝一個python工具時提示報錯No module named setuptools [[email protected] supervisor-3.3.0]$ sudo py
Python 安裝模組錯誤 error: command 'gcc' failed with exit status 1
環境:linux命令:pip install pycrypto錯誤: gcc -pthread -fno-strict-aliasing -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
ubuntu16.04下安裝cx-Oracle報錯:error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -
error:command 39;aarch64-linux-gnu-gcc39; failed with exit status 1| TX2安裝jupyter
error:command ‘aarch64-linux-gnu-gcc’ failed with exit status 1| TX2安裝jupyter 平臺:TX2 系統:ubuntu 16.04 python2.7 目的:安裝jupyter notebook 1.問題
【centos】 error: command 39;gcc39; failed with exit status 1
pytho mman comm command get 缺少 命令 ror python 原文連接http://blog.csdn.net/fenglifeng1987/article/details/38057193 用安裝Python模塊出現error: comma
error: command 39;gcc39; failed with exit status 1
error: command 'gcc' failed with exit status 1 pip install pycrypto報錯src/MD2.c:31:20: error: Python.h: No such file or directory src/MD2.c:1
python3用pip安裝wordcloud庫出現command 39;x86_64-linux-gnu-gcc39; failed with exit status 1
inux ubuntu tro ubunt get str x86_64 gnu nbsp python3用pip3安裝wordcloud庫出現command ‘x86_64-linux-gnu-gcc‘ failed with exit status 1 錯誤 系統 Ub
mysql_config not found和error: command 39;gcc39; failed with exit status 1
1.2 onf already enter log 谷歌 def org read 要想使python可以操作mysql 就需要MySQL-python驅動,它是python 操作mysql必不可少的模塊。 下載地址:https://pypi.python.org/pypi
[ERROR ImagePull]: failed to pull image [k8s.gcr.io/kube-apiserver-amd64:v1.11.1]: exit status 1
occurred cidr .com src cal 4.0 schedule -a uber 問題描述 [root@localhost ~]# kubeadm init --kubernetes-version=v1.11.1 --pod-network-cidr=10.
ubuntu 安裝python3.7 以及安裝pip3 出現Command 39;(39;lsb_release39;, 39;-a39;)39; returned non-zero exit status 1問題解決
最近因為電腦重灌,東西全沒了,總計一下最近重灌環境的過程。 如果沒有安裝包,請下載: wget http://www.python.org/ftp/python/3.7.0/Python-3.7.0.tgz 此連結為python3.7 ,其他版本自行選擇。 先安裝
Error saving credentials: error storing credentials - err: exit status 1, out: `Cannot autolaunch D-
檢查一下是否安裝docker-compose docker-compose version docker-compose version 1.17.1, build unknown docker-py version: 2.5.1 CPython version: 2.7.1
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
在ubuntu14.04版本上安裝scrapy(lxml),老是出錯,在一番艱辛的搜尋之後 ,終於找出了安裝的正確方法,其實也就是沒有將依賴包裝全: 1. 第一 反應是缺少 GCC ,檢查沒少 2. 後來安裝lxml的依賴包,還不行 sudo apt-get i
sh make.sh出錯 顯示cffi.error.VerificationError: CompileError: command 'gcc' failed with exit status 1
編譯的時候顯示錯誤:/lib/include/TH/THMath.h:260:3: error: ‘for’ loop initial declarations are only allowed in C99 mode for (int i = 0; i < 6;
解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1
pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setu
解決Python3安裝turtle提示錯誤:Command "python setup.py egg_info" failed with error code 1
pip install turtle 出現 可以選擇升級 setuptools pip install --upgrade setuptools 升級完成後,還是會出現錯誤的話,就手動選擇更改檔案 按照給定的連結,下載turtle包,手動解壓,修改setup
安裝第三方模板庫發生錯誤:Command "python setup.py egg_info" failed with error code 1 in XXXXX
今天在使用 python 安裝 M2Crypto 模組的時候報錯:Command "python setup.py egg_info" failed with error code 1 in XX
解決安裝ipython時Command "python setup.py egg_info" failed with error code 1 in /tmp
ipython pip failed python2.7 ipython 6.0+ 最近使用ubuntu16.04 server版安裝ipython的時候一直在報錯:IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.
python:用setup.py安裝第三方包packages
span 步驟 tex size 三方 href target stat data python:用setup.py安裝第三方包packages 原創 2016年12月10日 15:17:56 標簽: python 8531 這