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

Trouble starting Gamify #7

Open
qemtek opened this issue Jan 9, 2020 · 1 comment
Open

Trouble starting Gamify #7

qemtek opened this issue Jan 9, 2020 · 1 comment

Comments

@qemtek
Copy link

qemtek commented Jan 9, 2020

Hi, I'm trying to use Gamify with Talos (both look amazing!) but I am running into some difficulty launching Gamify after installing it. Here are the steps I have taken:

I am inside a virtual environment
I run pip install gamify
I find the location that the package is installed in -> /Users/chriscollins/cchurndev2/lib/python3.6/site-packages/gamify
I add this to the path using export PATH = $PATH:[above_link]

But when I try to run 'python gamify directory_of_experiment' I get an error saying gamify couldnt be found. I have tried also adding .py onto the end of the path, like in your example, but this does not work either (I took the .py off because the directory just points to a folder with main and init inside, not a .py file (although I havent built any packages yet so I may be doing something wrong there)/

I can confirm that running 'python /Users/chriscollins/cchurndev2/lib/python3.6/site-packages/gamify' starts up the server, but it throws the following error:
jinja2.exceptions.TemplateNotFound: overview.html

If I look into the directory I can see that no templates/static folder exists. If I clone the repo and drag those folders into the directory, then the dashboard loads up but I only see 'todo' on the metric dropdowns instead of the parameters I want to plot.

I hope this is an easy fix for someone, I think I've tied myself up in knots and made this a lot more difficult than it is!

@Yarhen
Copy link

Yarhen commented Feb 18, 2020

Same issue here. I don't know what I'm doing wrong and documentation misses more clear and full example.

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