cuemacro / findatapy

Python library to download market data via Bloomberg, Eikon, Quandl, Yahoo etc.
Apache License 2.0
1.65k stars 195 forks source link

Multiprocessing not working #18

Open jblemoine opened 6 years ago

jblemoine commented 6 years ago

I have the following error when running the script from findatapy_examples/multiprocessing_example.py

TypeError: no default __reduce__ due to non-trivial __cinit__

image

Any idea where it comes from? Has anybody been able to use multiprocessing so far ?

saeedamen commented 6 years ago

I think one additional issue is that the Yahoo downloading no longer works. I need to fix it, after they changed their API.