简体   繁体   中英

Unable to install python package (gspread.v4)

I am trying to export my Dataframe to Google sheets and came across a package called gspread. While installing this package it asks for a module named gspread.v4 but when i try to do a pip install get

Collecting gspread.v4

 Could not find a version that satisfies the requirement gspread.v4 (from versions: )

No matching distribution found for gspread.v4

Could anyone help me on this.

Thanks.

To install gspread you need to specify gspread as a package name when using pip :

pip install gspread

Please refer to the gspread repo for more information and examples.

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