简体   繁体   中英

Pip not retrieving the latest version of a package: Google Colab

I'm trying to use the google-ads package in Google Colab, I use the magic method

%pip install google-ads

The downloaded version is 4.0.0, but the current version in pypi.org is the 7.0.0 , is there any way to download the newest version? Thanks a bunch

问题找到了,google-ads 7.0.0包需要python>=3.7,colab使用3.6.9

输入以下命令

pip install google-ads==7.0.0

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM