prophet icon indicating copy to clipboard operation
prophet copied to clipboard

generators.py is required for the quickstart.py (from prophet.generators import YahooData) but is not included as part of the pip install.

Open simongarisch opened this issue 8 years ago • 3 comments

Hi. I've copied over the generators.py file for the quickstart to work, but figured it'd be easier if it was packaged as part of the default install.

simongarisch avatar Sep 05 '17 00:09 simongarisch

@simongarisch You mean the YahooData object? So you'd like it to be importable right?

Emsu avatar Sep 20 '17 22:09 Emsu

@Emsu Hi there. When running 'pip install prophet' from the command line prophet does not install the generators.py file which is required to import the YahooData class. The quickstart file, for example, requires that the YahooData class is available in order to run. It's just a minor thing, but it'd be good to update the files that available for install via pip.

simongarisch avatar Sep 21 '17 10:09 simongarisch

@simongarisch Would you mind adding that in a PR? Much appreciated!

Emsu avatar Oct 01 '17 04:10 Emsu