91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何在python中安裝與使用pyhs2

發布時間:2021-04-07 15:36:13 來源:億速云 閱讀:307 作者:Leah 欄目:開發技術

本篇文章給大家分享的是有關如何在python中安裝與使用pyhs2,小編覺得挺實用的,因此分享給大家學習,希望大家閱讀完這篇文章后可以有所收獲,話不多說,跟著小編一起來看看吧。

# 兩個依賴包: sasl&thrift
The easier way I find to install sasl on windows 7 is to use the pre-compiled version from here : http://www.lfd.uci.edu/~gohlke/pythonlibs/
There is a direct link to the sasl librairies here : http://www.lfd.uci.edu/~gohlke/pythonlibs/#sasl just pick the one you need.
Then you install it using pip :
pip install sasl-0.1.3-cp27-none-win_amd64.whl
 
from setuptools import setup
setup(
  name='pyhs2',
  version='0.6.0',
  author='Brad Ruderman',
  author_email='bradruderman@gmail.com',
  packages=['pyhs2', 'pyhs2/cloudera', 'pyhs2/TCLIService'],
  url='https://github.com/BradRuderman/pyhs2',
  license='LICENSE.txt',
  description='Python Hive Server 2 Client Driver',
  long_description=open('README.md').read(),
  install_requires=[
    "sasl",
    "thrift",
  ],
  test_suite='pyhs2.test',
  tests_require=["mock"]
)

補充:windows7下給python3安裝impyla的艱辛歷程

安裝環境標題已經給出了,linux下和python2下都很容易安裝,我也不知道為什么python3反而這么蛋疼。就直接上干貨吧,希望其他人少走彎路。

安裝所需依賴

pip install ipython six bit_array thriftpy thrift_sasl==0.2.1 sasl impyla(admin下)

常見報錯

error: command ‘C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\x86_amd64\link.exe' failed with exit status 1158

FileExistsError: [WinError 183] 當文件已存在時,無法創建該文件。

LINK : fatal error LNK1158: cannot run ‘rc.exe'

大致錯誤分析

一般上面的報錯會出現在安裝sasl ,thrift_sasl,和Bitarray時,推測是源碼安裝時pip與windows的兼容性問題,這時可以用二進制文件安裝,參考https://stackoverflow.com/questions/44315943/error-installing-scrapy-error-command-c-program-files-x86-microsoft-visu中第一個回答下的第二條回復

解決辦法

上https://www.lfd.uci.edu/~gohlke/pythonlibs/找到依賴的包的二進制whl文件進行安裝,區分cp36和cp37的,然后一個個安裝,遇到哪個依賴庫報錯就在這個網站中找,用它們的包進行安裝即可

3/20更新

這幾天又發現了新問題:

1. 在重新安裝開發環境時出現了

thriftpy.parser.exc.ThriftParserError: ThriftPy does not support generating module with path in protocol 'c'

2. 在linux上安裝sasl這個庫時,會出現依賴報錯:error: command 'gcc' failed with exit status 1

感覺著實蛋疼,最后才找到了一勞永逸的解決辦法,即使用anaconda安裝impyla即可自動解決依賴問題:

conda install -c anaconda impyla

以上就是如何在python中安裝與使用pyhs2,小編相信有部分知識點可能是我們日常工作會見到或用到的。希望你能通過這篇文章學到更多知識。更多詳情敬請關注億速云行業資訊頻道。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

信丰县| 南召县| 合江县| 龙口市| 临湘市| 江北区| 新化县| 嘉兴市| 广河县| 桂东县| 林甸县| 乐东| 团风县| 双辽市| 深圳市| 滦南县| 江安县| 昭苏县| 松溪县| 漯河市| 波密县| 玉树县| 鄂托克旗| 双桥区| 昆明市| 金昌市| 铁力市| 沛县| 大名县| 天峻县| 理塘县| 新宁县| 兖州市| 固阳县| 巴马| 阿坝县| 衡阳市| 周宁县| 唐海县| 沛县| 克拉玛依市|