Quantopian's community platform is shutting down. Please read this post for more information and download your code.
Back to Community
Alphalens installation problem

I'm trying to install alphalens with pip install alphalens as recommended here: http://quantopian.github.io/alphalens/

I get this error message:
Could not find a version that satisfies the requirement alphalens (from versions: ) No matching distribution found for alphalens

Running a more verbose pip:
pip install -vvv alphalens

I get this result in the results: Could not fetch URL https://pypi.python.org/simple/alphalens/: 404 Client Error: Not Found for url: https://pypi.python.org/simple/alphalens/ - skipping `

This URL does not exist: https://pypi.python.org/simple/alphalens/

1 response

Alphalens hasn't been released on PyPi yet. Have a look at this issue https://github.com/quantopian/alphalens/issues/29