In your case I would double check that Alphales in actually installed in the system (check the files are there) and then I would make sure that python module search path includes the folder where Alphalens is actually installed. luca-s closed this as completed Oct 16, 2018 Author udayb ...
Tried to run the mean_reversion_simple exercise and I was given the "ImportError: No module named talib". As a solution I tried searching on the web for how to install ta-lib and adapted it to work for the environment based on the code that I found in the instructions. I ran the fo...