Tearing my hair out #132
Replies: 5 comments 6 replies
-
I think using a virtual environment might fix this: |
Beta Was this translation helpful? Give feedback.
-
What version on Python are you using? |
Beta Was this translation helpful? Give feedback.
-
Ok, got a little further and worked out that the odds are not being pulled back. It seems to error on the Sbroddsprovider.py Then this error in the console. |
Beta Was this translation helpful? Give feedback.
-
Ok so I started again. I've created a new pycharm instance and copied the install instructions verbatim. Its definitely something to do with the odds as they are empty |
Beta Was this translation helpful? Give feedback.
-
@marine1983boots I recently propped this up in Windows with only basic Python knowledge, so maybe I can help. As kyleskom alluded to, I wouldn't try running this on a version of Python later than 3.8. I noticed in your most recent screenshot you are using 3.10. The rub is that you can't download 3.8 as an executable anymore. But good news! There is a workaround and I actually found it quite easy.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm very new to python and really need help getting this to work on my PC.
I'm trying to figure out what I'm doing wrong. I can get it to work in google colab. On my machine, its nearly went out the window a few times.
I've copied the zip file extracted to my drive.
I installed Pycharm and python.
This is where my problems start.
The requirements txt file has versions that Pycharm cant install. the versions of tensor flow 2.6 cant be found.
When I run the command
python .\main.py -A -odds==fanduel
I get a string of errors on the screen. I need to understand why it works on colab and not my computer. Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions