-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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 local.hex does not work in case of Erlang/OTP 28 rc.2 #14349
Comments
See this same issue already reported in the hex repo |
I have been able to move forward by installing hex with: % mix archive.install github hexpm/hex branch latest |
@kipcole9 Thank you! I tested it and it seems to work well! |
Yes, we plan to precompile Hex per OTP version to address such issues. |
So annoying because I need to use OTP 28 rc.2 since 27 has so many issues on macos |
Which issues are you running into? I am running 27 daily on macOS and production for more than 6 months at this point and I haven't run into anything. |
Disk-based ETS is causing issues. I've read people had to upgrade to OTP 28 to get it working but anyway I'll just replace it with simple file-based JSON cache and wait for a new version. Better than hacking around with elixir and phoenix. Could also be a skill issue idk <3 |
Elixir and Erlang/OTP versions
Operating system
macOS Sequoia 15.3.2
Current behavior
I installed Erlang/OTP 28.0-rc.2 and Elixir 1.18.3-otp-27 using
mise
, do the following steps:mix new test
cd test
mix.exs
to installex_doc
I got the following error when
mix deps.get
:I also did
mix local.hex
, I got the following message:I did
mix deps.get
again, but I got the same error.I also did
mix archive.uninstall hex.ez
, and I got the following error:Expected behavior
I will succeed in
mix deps.get
without any errors.The text was updated successfully, but these errors were encountered: