pipを使いgspreadをインストールしようとするとエラーがでる
PythonとGoogle spread sheetの連携をはかりたいです。
そこでpipを使いgspreadをインストールしようとすると下記のようなエラーがでます。
実行コマンド
$ pip install gspread
エラー
Could not find a version that satisfies the requirement gspread (from versions: )
No matching distribution found for gspread
- エラーに対する対処の仕方がわからない
- 連携するにあたりgspreadというライブラリを使うのが普通なのかを知りたい
ご教授いただければ幸いです,よろしくお願いいたします。