You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependency resolution fails when doing step 2. of the example.
> mix deps.get, ecto.setup
Resolving Hex dependencies...
Resolution completed in 0.277s
Because the lock depends on opentelemetry 1.2.0 which depends on opentelemetry_api ~> 1.2.0, the lock requires opentelemetry_api ~> 1.2.0.
And because every version of opentelemetry_cowboy depends on opentelemetry_api ~> 1.3, the lock is incompatible with opentelemetry_cowboy.
And because your app depends on the lock, no version of opentelemetry_cowboy is allowed.
So, because your app depends on opentelemetry_cowboy, version solving failed.
** (Mix) Hex dependency resolution failed
Describe the bug
otel
container fails to start, same problem as in Example Docker Project Errors :basic_elixir
#341.Expected behavior
Dependencies get resolved and
otel
container starts.Additional context
Environment:
Deleting the lock file and re-fetching the dependencies seems to work. I have not investigated further why dependency resolution fails.
The text was updated successfully, but these errors were encountered: