Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install not working #43

Closed
dharamsk opened this issue Mar 3, 2016 · 4 comments
Closed

Pip install not working #43

dharamsk opened this issue Mar 3, 2016 · 4 comments

Comments

@dharamsk
Copy link

dharamsk commented Mar 3, 2016

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.

@dharamsk
Copy link
Author

dharamsk commented Mar 3, 2016

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
Copy link
Owner

ZeevG commented Mar 5, 2016

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

@dharamsk
Copy link
Author

dharamsk commented Mar 7, 2016

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)
.

@dharamsk
Copy link
Author

dharamsk commented Mar 8, 2016

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.

@dharamsk dharamsk closed this as completed Mar 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants