ZeevG/python-forecast.io

Pip install not working

Closed this issue · 4 comments

Hey,

This is super useful and I love it. Had to install manually as pip install couldn't find a matching package. When I searched for it, it recommended python-forcastio (<--that's not a typo), but said there was no matching version for pypi to install.

work around for running on remote server:
export PYTHONPATH=$PYTHONPATH:/home/[insert-your-user-name-here]/.local/lib/python2.7/site-packages/
python setup.py install --user (must run from within directory of the module)

ZeevG commented

Hey, thanks for reporting this.
How did you try to install the package and what version of Python were you using?

Python 2.7.10

Tried:
"pip install forecastio" - not found
"pip install python-forcastio" - no matching version found

MacBook-Pro:analyst_bot dharamkhalsa$ pip install forecastio
Collecting forecastio
Could not find a version that satisfies the requirement forecastio (from
versions: )
No matching distribution found for forecastio

Dharam Khalsa

On Fri, Mar 4, 2016 at 5:56 PM, ZeevG notifications@github.com wrote:

Hey, thanks for reporting this.
How did you try to install the package and what version of Python were you
using?


Reply to this email directly or view it on GitHub
#43 (comment)
.

Zeev - this was user error. For whatever reason I never tried pip install python-forecastio, which works.

Wishing I had never installed conda :/ finding more and more reasons not to use it.