WindowsにAnacondaを入れてPython2.7.11の仮想環境を作成しました。pyHookをpipでインストールしようとしましたが下記エラーのためできません。

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

どうすればインストールできるのでしょうか。

環境は以下のとおりです。

Python 2.7.11 :: Anaconda 2.4.1 (64-bit)

OSはWindows10 64bitです。