8000 Version conflicts · Issue #164 · absadiki/subsai · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Version conflicts #164
Open
Open
@linememory

Description

@linememory

Getting version conflicts when installing

pip install git+https://github.com/absadiki/subsai
...
ERROR: Cannot install subsai and subsai==1.6.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    subsai 1.6.0 depends on numpy<2
    openai-whisper 20240930 depends on numpy
    pandas 1.5.3 depends on numpy>=1.21.0; python_version >= "3.10"
    pandas 1.5.3 depends on numpy>=1.23.2; python_version >= "3.11"
    pywhispercpp 1.3.0 depends on numpy
    stable-ts 2.18.2 depends on numpy
    transformers 4.48.1 depends on numpy>=1.17
    ffsubsync 0.4.24 depends on numpy>=1.12.0
    streamlit 1.20.0 depends on numpy
    whisperx 3.3.1 depends on numpy>=2.0.2

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

With uv i'm getting this:

uv add git+https://github.com/absadiki/subsai            
  × No solution found when resolving dependencies:
  ╰─▶ Because only whisperx==3.3.1 is available and whisperx==3.3.1 depends on torchaudio>=2.5.1, we can conclude that all versions of whisperx depend on torchaudio>=2.5.1.
      And because subsai==1.6.0 depends on torchaudio==2.2.0 and whisperx, we can conclude that subsai==1.6.0 cannot be used.
      And because only subsai==1.6.0 is available and your project depends on subsai, we can conclude that your project's requirements are unsatisfiable.
  help: If you want to add the package regardless of the failed resolution, provide the `--frozen` flag to skip locking and syncing.

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

      0