spark-timeseries
spark-timeseries copied to clipboard
When installing with pip3, 'models' folder isn't included in the installation
I installed this module with pip3 as:
pip3 install sparkts
But the 'models' folder didn't get installed with it. I navigated to the following path:
/path-to-python3/site-packages/sparkts/
This folder didn't have 'models' folder which is expected.
Just stumbled across the same issue. This might be, because pip installs version 0.2.0. The current version on GitHub is 0.3.0.
Is it possible to push the 0.3.0 version to pip? Or is there some feature request/roadmap we are waiting for?