Plsm icon indicating copy to clipboard operation
Plsm copied to clipboard

Hex dependency resolution failed

Open cubytz opened this issue 2 years ago • 7 comments

Hello, thank you for the great on this project.

I'm trying to use it in a project, but it throws dependency errors:

When using {:plsm, "~> 2.3.2"}

Failed to use "postgrex" (version 0.15.11) because
  ecto_sql (version 3.7.0) requires ~> 0.15.0 or ~> 1.0
  plsm (version 2.3.2) requires ~> 0.14.3
  mix.lock specifies 0.15.11

When using {:plsm, "~> 2.4"}

Failed to use "myxql" (version 0.5.1) because
  ecto_sql (version 3.7.0) requires ~> 0.4.0 or ~> 0.5.0
  plsm (version 2.4.0) requires ~> 0.4.4
  mix.lock specifies 0.5.1

I'm a noob in elixir and phoenix. Any help would be appreciated!

cubytz avatar Nov 02 '21 00:11 cubytz

I ecountered the same problem and resolved it by changing the versione from 2.3.2 to 2.4.0

guglielmobartelloni avatar Nov 15 '21 08:11 guglielmobartelloni

@morphingSamurai Thank you for the feedback. I tried but still not working.

cubytz avatar Dec 01 '21 08:12 cubytz

Still the same problem few years later, does it mean this project has been abandoned ?

kavitama avatar Oct 23 '22 13:10 kavitama

Sadly I think so. The last commit is from a year ago

guglielmobartelloni avatar Oct 23 '22 13:10 guglielmobartelloni

Sorry, I have been busy with family and have been sort of burned out so I don't spend much (if any time) after work on any sort of projects. I am also not really using/playing with Elixir anymore which makes it harder to get back into this. Perhaps I may get back into it but no guarantees.

jhartwell avatar Oct 25 '22 15:10 jhartwell

@jhartwell Perhaps consider transferring the ownership of the project to someone else? @saleyn 's fork (https://github.com/saleyn/plsm) is maintained and seems to work pretty well.

In any case, thank you for the project!

chaodhib avatar Jan 03 '23 21:01 chaodhib

@jhartwell, if you can no longer maintain it I would be ok if you transfer the ownership of the project to me.

saleyn avatar Jan 04 '23 07:01 saleyn