BenBrostoff / draftfast

A tool to automate and optimize DraftKings and FanDuel lineup construction.
277 stars 113 forks source link

Import Error Help Please. #175

Closed LePetitNewbie closed 3 years ago

LePetitNewbie commented 3 years ago

Hi, I just started using Python and I was wondering if someone could tell me what am I doing wrong?

i keep getting this message everytime i try to run draftfast. I am a super novice. just started playing around with it. if anyone can point me towards a solution, it would be very helpful.

ImportError: cannot import name 'rules' from 'draftfast' (C:\Users\User1\PycharmProjects\pythonProject1\venv\lib\site-packages\draftfast__init__.py)

Cheers

BenBrostoff commented 3 years ago

Hey @LePetitNewbie - what version of Python are you using? This should work in 3.6 - that's what the unit tests run in. I'm going to close this issue as this import is unit tested.