Skip to content

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

Open
@jonasvdd

Description

@jonasvdd

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions