今天在cdh平台上安裝hue,突然間報了這樣乙個錯:
[17/mar/2021 16:53:33 +0000] settings debug desktop_db_test_name set: /opt/cloudera/parcels/cdh-6.3.2-1.cdh6.3.2.p0.1605554/lib/hue/desktop/desktop-test.db
[17/mar/2021 16:53:33 +0000] settings debug desktop_db_test_user set: hue_test
traceback (most recent call last):
file "/opt/cloudera/parcels/cdh-6.3.2-1.cdh6.3.2.p0.1605554/lib/hue/build/env/bin/hue", line 14, in
load_entry_point(
'desktop', 'console_scripts', 'hue')(
) file "/opt/cloudera/parcels/cdh-6.3.2-1.cdh6.3.2.p0.1605554/lib/hue/desktop/core/src/desktop/manage_entry.py", line 225, in entry
raise e
django.core.exceptions.improperlyconfigured: error loading mysqldb module: libmysqlclient.so.18: cannot open shared object file: no such file or directory.
按照網路上的資料libmysqlclient.so.18
檔案放在/usr/lib64/mysql
目錄下並修改/etc/ld.so.conf
執行完ldconfig
命令後也是不起作用。
2021-3-18 10:10:59 補充:
放在了/usr/lib64
目錄下,然後問題就解決了。
pycuda安裝報錯(已解決)
在安裝pycuda的過程中,出現找不到cuda.件,出現這種問題有倆種原因 1.確實沒有找到cuda.件,原因是環境變數沒有包含cuda路徑,開啟 bashrc新增環境路徑 export c include path usr local cuda 9.0 include export cplus i...
Python 安裝Scrapy報錯(已解決)
error microsoft visual c 14.0 is required.get it with microsoft visual c build tools 進入該 本以為搞定了,沒想到然後接著又出現問題 twisted 17.1.0 cp36 cp36m win amd64.whl i...
Hue中Hive editor中文報錯
今天乙個同事在hue中使用hive 進行資料分析時,報錯了,是因為在hive sql中加了乙個過濾條件,過濾條件的值中包含中文,錯誤如下 一看到這個,自然就想到了字元編碼的問題。既然知道是編碼問題,可是在 修改呢?經過查閱了一些資料,找到了一種解決方法 新建sitecustomize.py檔案 us...