-
Notifications
You must be signed in to change notification settings - Fork 26
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
Mix deps.get hanging #26
Comments
The first error seems to be resolved by accepting the xcode agreement (not sure what effect the elixir upgrade had on this). But it's still hanging when I try to upgrade |
I am not sure if this will make a difference, but please make sure that I will look into this issue further and get back to as soon as I can. |
It is not in the mix.exs file. But I do see it in the mix.lock file. |
Ok. I will try to find out more about this problem and get back to you soon. |
In this issue, they suggest upgrading hex to solve a similar problem. Could you try that and let me know if it works? |
It's still just hanging for me even after running |
Ok. One more suggestion: try running |
Sorry for the slow response. I tried running |
Someone using pbkdf2_elixir solved a similar issue by running |
Still no luck. Just hanging when I run that command too. |
Sorry to hear you are still having these issues. I don't really know what to suggest to fix it at the moment, but if I hear of anything, I will let you know. |
That's alright. I appreciate everything you've done to try & help. Thanks! |
I do have this issue when trying to use version 2.2 in my mix.exs. My Dockerfile also hang and kill the process, using this setup: FROM hexpm/elixir:1.9.3-erlang-22.3-alpine-3.11.3 AS otp-builder` |
If you are using windows, maybe the problem is related to nmake.exe in your project elixir try it: 1- is necessary to have installed the vs studio. Check you location of vs is installed. run See more in: |
I m having similar issue with this image
What I dont understand is that it work on my laptop but not on remote server |
I'm having the same problem, locally the image is compiling, on my CI is failing with the same error from this issue. |
I have the same issue with |
After playing around with this more today, it appears that the issue is with a change in Alpine 3.14. I found that via this issue. I was able to solve it by updating Docker Desktop. On a remote server, you would probably need to update docker and containerd depending on your exact setup. The other option would be to switch to a different image that's based on Alpine 3.13.3 (the last version prior to the change). At the moment, I would probably recommend |
Is there a good solution for this for newer |
for me what worked was to add this:
to the docker image |
specifically i think it was |
You totally saved my butt. I thought I'd never be able to upgrade from my old configuration, but it was this tip that helped me. Thanks! |
Closing this issue. If anyone feels like reopening, please let me know. |
I'm trying to upgrade from elixir 1.8.1 to 1.9.2. After upgrading, I get this error when running
mix test
:So I checked the versions of
bcrypt_elixir
and noticed that there is now a version 2. So I tried upgrading to version 2 and when I runmix deps.get
it just hangs after outputtingResolving Hex dependencies...
. Any ideas on what would cause this?The text was updated successfully, but these errors were encountered: