Alex

Results 4 comments of Alex

Any news on this? I just stumbled upon this and I don't get exactly what might be wrong, since `ystockquote.get_historical_prices('APC.DE', '2016-10-19', '2016-10-24')` works, while `ystockquote.get_historical_prices('CCC3.DE', '2016-10-19', '2016-10-24')` gives me an...

@xoxStudios We had similar issues. In the end we moved to a 2-step-process: Write one parquet file per chunk and merge them afterwards (using pyarrow)

I just hit the same issue, but using yarn. Stuck at `waiting for files to be available` and but it works if I move my project to `/tmp` - OS:...

@keriati any chance you have a global .gitignore? I just did hours of debugging and noticed some debug logs that mentioned my global .gitignore file. After temporarily removing it, everything...