agatha
agatha copied to clipboard
Setup.py doesn't generate a .zip file for me
On my windows box the setup.py generates a tarball but no zip files. I did a pip install with the tarball (which seems to have worked) - although im not sure if this is the proper thing to do
When i run app.py i get a proper json output, and when i run agatha.py the only message i get is saying that it is using a tensorflow backend. No GUI's open up for me?
Any ideas?
Running agatha.py by itself isn't going to do much, except setup tensorflow. You will need to use the functions inside of agatha.py. For example `from agatha import getOrTrainModel, predictFuture', and then call these functions in your script.
I'm not sure if the packaging of a zip or tarball would make a difference here.
If there are still issues, try getting the package from pypi: pip install agatha
.