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

Filtrex is missing from install dependencies #8

Closed
yulolimum opened this issue Aug 2, 2016 · 2 comments · Fixed by #14
Closed

Filtrex is missing from install dependencies #8

yulolimum opened this issue Aug 2, 2016 · 2 comments · Fixed by #14

Comments

@yulolimum
Copy link
Contributor

After going through all the installation steps, running mix phoenix.server, I get the following error:

** (Mix) Could not start application filtrex: could not find application file: filtrex.app

I've tried cleaning deps, reinstalling, updating - nothing fixes. Added filtrex manually to my mix.exs, the app starts up fine; however, I see that you are pulling in a fork, so I'm not sure how to proceed.

@danielberkompas

@yulolimum
Copy link
Contributor Author

I added the following line to my mix.exs:

{:filtrex, github: "danielberkompas/filtrex",
      ref: "8d6dfe4f24c72c9cbebc15734de30d1722849be5"}

Ran mix deps.update filtrex - app starts up fine now.

@danielberkompas
Copy link
Contributor

This can be fixed by updating the filtrex dependency in the Torch mix.exs to 0.3.0.

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

Successfully merging a pull request may close this issue.

2 participants