Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup.py doesn't generate a .zip file for me #2

Open
havedill opened this issue Dec 31, 2018 · 1 comment
Open

Setup.py doesn't generate a .zip file for me #2

havedill opened this issue Dec 31, 2018 · 1 comment
Assignees

Comments

@havedill
Copy link

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?

@driemworks
Copy link
Owner

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.

@driemworks driemworks self-assigned this Dec 31, 2018
Repository owner deleted a comment from bajarang-agarwal1 Dec 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants