Skip to content Skip to sidebar Skip to footer

Ols Import Broken In Pandas; Easy_install Finds The Right Package But Fails For Some Reason

this may be a followup question from pandas ols import broken? I am on Python 2.7 and have the exact same issue but do not have the same success as Peter in resolving. The main pro

Solution 1:

There is no release available with 0.7.0; which is why you cannot install it from pip.

You can visit the PyPi page for the module to find out what are all the published releases.

To solve the problem, you can install the development trunk. Thankfully the group releases windows binaries and you can find one compatible with your version of Python.

Post a Comment for "Ols Import Broken In Pandas; Easy_install Finds The Right Package But Fails For Some Reason"