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
Hi,
First and foremost; thank you for this amazing code! 🔥,
I want to install both
pysepmandspeechmetricsin 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 _solveWhy 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