python初心者です。pythonからBigqueryを動かしたくて
下記packageインストールしようとしていますが、

$ pip install --upgrade google-api-python-client

Could not find a version that satisfies the requirement google-api-python-client (from versions: )
No matching distribution found for google-api-python-client

でも

$ pip install bigquery-python

Could not find a version that satisfies the requirement bigquery-python 
(from versions: )
No matching distribution found for bigquery-python

同じエラーが出てインストールできないです。何が問題なのでしょうか。

バージョン情報:

$ python -V
Python 3.6.0 :: Anaconda 4.3.0 (64-bit)

$ pip -V
pip 9.0.1 from (python 3.6)