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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: