jldbc / pybaseball

Pull current and historical baseball statistics using Python (Statcast, Baseball Reference, FanGraphs)
MIT License
1.23k stars 330 forks source link

Hanging on statcast imports #229

Closed mbeisen closed 3 years ago

mbeisen commented 3 years ago

I'm consistently getting hangs on simple statcast queries.

from pybaseball import statcast
data = statcast(verbose=True, parallel = True) 

or any flavor thereof.

Works fine for pitcher or game specific queries.

TheCleric commented 3 years ago

I have found the cause of the bug. Doing a little more digging as to the appropriate fix.