You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: