Python | googleads-python-lib 安裝抱怨文

Kenny Chang
ヒガシの日常
Published in
2 min readJan 19, 2019

--

Python 世界五花八門神奇工具一大堆這就不用我說
工作關係需要串接一些 API ,再接Google Ads 找到 googleads-python-lib 套件
看起來很開心都幫你做好好了,結果 no module named ‘suds’

想說這不就是python3.x沒有這module,上網爬文說用 suds-jurko

From the suds-jurko PyPI page:

Lightweight SOAP client (Jurko’s fork).

Based on the original ‘suds’ project by Jeff Ortel (jortel at redhat dot com) hosted at ‘https://fedorahosted.org/suds'.

‘Suds’ is a lightweight SOAP-based web service client for Python licensed under LGPL (see the LICENSE.txt file included in the distribution).

This is hopefully just a temporary fork of the original suds Python library project created because the original project development seems to have stalled. Should be reintegrated back into the original project if it ever gets revived again.

Fine, 安裝完再來執行一次,error 噴出 again

然後看一下 /Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/

只有info….?

看起來好像不太妙

然後再使出谷歌大神絕招,找到https://www.cnblogs.com/cymwill/p/8311591.html

解除安裝之前奇怪的套件然後

pip install suds-py3

完美落地,執行過去,然後覺得

Suds 貴圈真亂

_____________________ 覺得實用給個Clap吧!_________________________

follow my GitHub Linkedin

--

--