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
$ 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?
Hi,
First and foremost; thank you for this amazing code! 🔥,
I want to install both
pysepm
andspeechmetrics
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
?speechmetrics/setup.py
Line 23 in 6e15429
fyi: this is the setup.py of
pysepm
:https://github.com/schmiph2/pysepm/blob/3c3f35ef5846d0e976adbc9d72469c3d4ae99a4f/setup.py#L17
The text was updated successfully, but these errors were encountered: