pejrich

pejrich

I was updating my Rustler from 0.25 to 0.27, and when I ran mix deps.get, I got the following message which i’ve not seen before. Usually when there’s a dependency mismatch, it’ll state which packages are clashing and over what version they disagree. But this doesn’t have any of that info. I tried removing my mix.lock, and runnning mix deps.clean. If I remove rustler entirely from my mix.exs then it’ll run, and if my rustler is 0.25 it’ll run, but when I set it to 0.27 it fails.

Mix.ex

...
{:rustler, "~> 0.27.0"},
...
$ mix deps.get
Resolving Hex dependencies...
Resolution completed in 0.03s
Because your app depends on rustler empty which doesn't match any versions, version solving failed.
** (Mix) Hex dependency resolution failed

I can’t add the bold and code formatting, but the error message appears like this: “Because your app depends on rustler empty which doesn’t match any versions, version solving failed.”

EDIT:

It also happens if I try to change {:httpoison, "~> 1.0"}, to {:httpoison, "~> 2.0"},

Because your app depends on httpoison empty which doesn’t match any versions, version solving failed.

Also, your app here is verbatim, not something i’ve replaced to generalize it.

Showing Posts 1 to 10

BradS2S

BradS2S

One possible solution is to run mix deps.clean rustler or mix deps.clean httpoison to remove any existing build artifacts, then run mix deps.get again to fetch the latest compatible versions of the packages.

pejrich

pejrich OP

Hmm, no luck. I’m not sure that’s any different than the mix deps.clean I already tried, which I assume just cleans all deps.

pejrich

pejrich OP

If I add override: true to both rustler and httpoison it does finally work, but i’m still unsure why it was caused or how to fix it properly

BradS2S

BradS2S

I’m guessing one of your transitive dependencies is asking for a version of a direct dependency that Mix sees as having no middle ground.

For the masochistic there’s always: mix deps.tree

Nicd

Nicd

This was seen on IRC yesterday also, pasting the relevant logs:

10:47:42 <Nicd> I was suspicious of that error message but it’s literally what you said :smiley: https://usercontent.irccloud-cdn.com/file/G9t4aRmi/Screenshot%202023-03-09%20at%2010.47.17.png

10:48:13 <josevalim> Nicd: this is a bug in the hex resolver, i will investigate

10:54:04 <josevalim> here is a minimal example that reproduces the phoenix empty bug:

10:54:07 <josevalim> Snippet | IRCCloud

10:55:58 <josevalim> serafeim: i know what is happening. the scrivener_html does not allow phoenix 1.7. so there is an error but the error message is unclear

So I guess there are conflicting package requirements (some other package doesn’t allow that version of rustler or httpoison), but the error message is bugged.

dustinfarris

dustinfarris

opened a pr to bump phoenix dep in scrivener_html

https://github.com/mgwidmann/scrivener_html/pull/109

cc @josevalim

fchabouis

fchabouis

I see the bump to Phoenix 1.6 is still not in a release…
https://github.com/mgwidmann/scrivener_html/pull/97

arbaz_asif

arbaz_asif

override: true also worked for me

karolsluszniak

karolsluszniak

For me it was a local dependency added using path: "vendor/some-dep" in deps in mix.exs. It had a conflicting requirement and it resulted in <dep> empty from mix deps.get. Btw mix deps.tree did help to nail it down so thx @BradS2S!

Where Next? Top

Trending in Questions Top

stjefim
Hello! Suppose you are building workflow (order / task / payment) processing system with the following requirements: Each workflow con...
New
jonnycharles
I’m in search of an Elixir library that offers PDF generation capabilities similar to Ruby’s Prawn. While there have been discussions abo...
New
spammy
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
dli
Before I dive in myself, did anyone successfully sprinkle Hologram into their existing LiveView app? Looking for hints regarding: Addi...
New
roeland
Kia ora, We have been using elixir-google-api to connect to Google Drive. However, with the updates to Tesla due to CVEs this is now bro...
New
bottlenecked
Hi all, I wanted to ask how the community is dealing with post-release steps. Today we have Ecto migrations, which make sure that the db...
New
rahultumpala
Hello, I have an Elixir backend that implements a custom protocol over TCP. I want to load test the backend and assess the performance o...
New

Other Trending Topics Top

JesseHerrick
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
jimsynz
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
mcass19
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Damirados
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge &amp; Solve. They are GUI (Emerge) and State management (S...
New
netoum
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
ausimian
Emily is an Elixir library that runs Nx computations on Apple’s MLX. Install it as the default Nx backend and Nx, defn, Axon, Nx.Serving,...
New

We're in Beta

About us Mission Statement

Options

Thread Display Mode




Thread Preview

Skip Thread Previews