rozzac90 / pinnacle

Python Wrapper for Pinnacle Sports API
MIT License
52 stars 26 forks source link

error installing #19

Closed tmanfi closed 5 years ago

tmanfi commented 5 years ago

Hi, trying to install. However im ending up with following error?

  File "pinnacle\endpoints\betting.py", line 46, in Betting
    alt_line_id=None, win_risk_stake=WinRiskType.Risk.value, accept_better_line=Boolean.TRUE.name,
AttributeError: 'str' object has no attribute 'value'

Command "python setup.py egg_info" failed with error code 1 in c

https://github.com/rozzac90/pinnacle/blob/dd0937855293010b1fe943ccc2d9f4ebb874b492/pinnacle/endpoints/betting.py#L46

tmanfi commented 5 years ago

updated/installed pyhamcrest, argparse and something, and it is working.