Open
Description
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
?
Line 23 in 6e15429
fyi: this is the setup.py of pysepm
:
https://github.com/schmiph2/pysepm/blob/3c3f35ef5846d0e976adbc9d72469c3d4ae99a4f/setup.py#L17
Metadata
Metadata
Assignees
Labels
No labels