Skip to content
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

Poetry solverproblem when trying to install both speechmetrics and pysepm #34

Open
jonasvdd opened this issue Aug 2, 2022 · 0 comments

Comments

@jonasvdd
Copy link

jonasvdd commented Aug 2, 2022

Hi,
First and foremost; thank you for this amazing code! 🔥,

I want to install both pysepm and speechmetrics in my poetry env; however, I get this error:

$ poetry add git+https://github.com/aliutkus/speechmetrics.git

Updating dependencies
Resolving dependencies... (24.7s)

  SolverProblemError

  Because speechmetrics (rev master) depends on srmrpy (branch master)
   and pysepm (rev master) depends on SRMRpy (1.0), speechmetrics (rev master) is incompatible with pysepm (rev master).
  So, because semi-guided-speech depends on both pysepm (branch master) and speechmetrics (branch master), version solving failed.

  at /usr/lib/python3.10/site-packages/poetry/puzzle/solver.py:241 in _solve

Why is there a tight dependency on the master/branch version of SRMRpy?

'srmrpy @ git+https://github.com/jfsantos/SRMRpy',

fyi: this is the setup.py of pysepm:

https://github.com/schmiph2/pysepm/blob/3c3f35ef5846d0e976adbc9d72469c3d4ae99a4f/setup.py#L17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant