robinhood-unofficial / pyrh

Python Framework to make trades with the unofficial Robinhood API
https://pyrh.readthedocs.io/en/latest/
MIT License
1.78k stars 603 forks source link

pip install pyrh doesn't seem to pull the latest version #234

Closed emptyopen closed 4 years ago

emptyopen commented 4 years ago

I'm looking to use stuff like load_session / dump_session which I can see is in cache.py. However, the pip command doesn't seem to download everything in the latest version?

I've tried pip uninstalling and pip installing again, same issue.

image

hnguyen2k commented 4 years ago

I am seeing the same problem. I just started using this library today. Is there a forum where we can ask questions about this repo? Thanks!

emptyopen commented 4 years ago

I ended up just downloading a zip of the master branch and replacing the contents in site_packages manually, which ended up working. Would be nice to be able to use pip somehow, I see options might potentially be added as a branch and it would be nice to just upgrade then.

adithyabsk commented 4 years ago

Please see: https://github.com/robinhood-unofficial/pyrh/issues/221#issuecomment-610541174

adithyabsk commented 4 years ago

@hnguyen2k Feel free to ask any questions by opening up an issue.