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

Unchecked Dependencies #274

Open
Silentmatten opened this issue Dec 29, 2022 · 2 comments
Open

Unchecked Dependencies #274

Silentmatten opened this issue Dec 29, 2022 · 2 comments

Comments

@Silentmatten
Copy link

Silentmatten commented Dec 29, 2022

I'll start by saying I'm a bit of a beginner when it comes to linux, so i might have missed a step with installing things. currently though, i'm stuck with getting this prompt every time i try to run 'docker-compose up'

app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | the dependency does not match the requirement "> 2.0", got "0.0.0"
app_1 | ** (Mix) Can't continue due to errors on dependencies
app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | Unchecked dependencies for environment dev:
app_1 | * pbkdf2 (https://github.com/code-time/erlang-pbkdf2.git - f8f0012a97f58ade9c70ac93260e4259e4ca4b8d)
app_1 | the dependency does not match the requirement "
> 2.0", got "0.0.0"
app_1 | the dependency does not match the requirement "~> 2.0", got "0.0.0"
app_1 | ** (Mix) Can't continue due to errors on dependencies
app_1 | ** (Mix) Can't continue due to errors on dependencies
philomena-master_app_1 exited with code 1

I was also getting a bunch of errors similar to this, not sure if it's related, but i posted the full log for reference if it helps

app_1 | Failed to fetch record for bamboo_smtp from registry (using cache instead)
app_1 | {:failed_connect, [{:to_address, {'repo.hex.pm', 443}}, {:inet6, [:inet6], :eaddrnotavail}]}

philomena-log.txt

@liamwhite
Copy link
Collaborator

This seems like you had some sort of interrupted download. Try a full clean.

docker-compose down
docker volume prune
git clean -xfdf

And then retry.

@Silentmatten
Copy link
Author

A sort of solution i was able to find was similar to that, but with docker not working nicely with the secondary drive i had the philomena-master on. I was able to get it running when i transferred docker's files over to that drive, but then once the computer restarts, docker itself breaks. so I might just be out of my depth.

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