-
Notifications
You must be signed in to change notification settings - Fork 12
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
Open to PRs? #15
Comments
Hi taren. i;ve been trying to get it to work but encountered similar problems. would you be willing to share your solutions with me? |
Hi @renespijker, try using the docker image in my fork. There were some mismatches between the conda environment and what was specified in the Note that I was wrong about the port number (it should be 5050). Hope that helps. Edit: If you don't want to go the docker route, you could also try this. |
thanks, this worked. I've got it running on an intel mac for now. Next seeing if I can get it running on an ARM mac (need to get some things sorted for tensorflow for that |
Hi there,
Thanks for this package. Several of my colleagues have used it in the past and found it really useful, and I'm glad the code is open-sourced since the website had to be taken down.
I had a bit of trouble getting the code running locally (mostly due to dependency issues), but I got it to work in this fork. I just wanted to see if you were open to pull requests to save others this trouble.
I can give more details in a PR, but broadly the issues I fixed were:
setup.py
and the conda environment (see also Building wheel for scipy (setup.py) ... error while installing on Windows 10 #2 (comment))The text was updated successfully, but these errors were encountered: