meltingscales

Results 21 comments of meltingscales

Just found this thread, thank god - Learning Elm, this error is extremely confusing - Perhaps a warning can be thrown sometime during compilation?

@jgansl I implemented session caching thusly: https://github.com/HenryFBP/robinhoodtest/blob/4fec545890c32430f92214216fffeabbba588428/main.py#L26

> > I'm having real problems with this as well. I've tried your suggestion @taylorlm88, however, it does not seem to work or me. Could you perhaps give me a...

EDIT: I'm a dummy :D I got it to work. The latest version of `pyrh` already uses OAUTH2 with Robin Hood. made me realize that. Previously, I was logging in...

I just realized...The latest version of `pyrh` on PyPI seems to be outdated. The constructor I get when installing `pyrh==2.0` looks like this: ```py class Robinhood: """Wrapper class for fetching/parsing...

@alexandrepdumont I am working on releasing the latest build of `pyrh` to PyPI -- check https://github.com/HenryFBP/robinhoodtest/blob/master/pyproject.toml line 10 for the new version, I am about to upload it

@alexandrepdumont done, check . It should work finally... I hope the maintainers of this package see this thread and decide to finally make a new release, or automate their releases...I...

> Sorry everyone for leaving y'all hanging! I've been busy lately with other projects. I'll do more research into this Yo @Jamonek -- The latest PYPI release is just old...

> > I ran into this on windows. I had to custom install pytorch from this page: https://pytorch.org/get-started/locally/ > > This is what I needed to do with a GeForce...

I have tunnel vision -- I installed the wrong version of cudatoolkit. I want 11.4 (from `nvcc --versiont`), not 11.1. 😝 Planning to run this. Will edit comment when `conda...