Skip to content

Cannot pip install because of conflicting dependencies #2

@GaffaSnobb

Description

@GaffaSnobb

I just made a fresh miniconda env with Python 3.12.7. I run pip install pytranscript and get the following:

> pip install pytranscript
Collecting pytranscript
  Downloading pytranscript-0.2.3-py3-none-any.whl.metadata (5.2 kB)
Collecting deep-translator>=1.11.4 (from pytranscript)
  Downloading deep_translator-1.11.4-py3-none-any.whl.metadata (30 kB)
Collecting tqdm>=4.66.1 (from pytranscript)
  Downloading tqdm-4.66.5-py3-none-any.whl.metadata (57 kB)
INFO: pip is looking at multiple versions of pytranscript to determine which version is compatible with other requirements. This could take a while.
Collecting pytranscript
  Downloading pytranscript-0.2.2-py3-none-any.whl.metadata (5.2 kB)
  Downloading pytranscript-0.2.1-py3-none-any.whl.metadata (5.1 kB)
  Downloading pytranscript-0.1.1-py3-none-any.whl.metadata (5.1 kB)
  Downloading pytranscript-0.1.0-py3-none-any.whl.metadata (5.2 kB)
ERROR: Cannot install pytranscript==0.1.0, pytranscript==0.1.1, pytranscript==0.2.1, pytranscript==0.2.2 and pytranscript==0.2.3 because these package versions have conflicting dependencies.

The conflict is caused by:
    pytranscript 0.2.3 depends on vosk>=0.3.45
    pytranscript 0.2.2 depends on vosk>=0.3.45
    pytranscript 0.2.1 depends on vosk>=0.3.45
    pytranscript 0.1.1 depends on vosk>=0.3.45
    pytranscript 0.1.0 depends on vosk>=0.3.45

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

macOS 14.4.1 (23E224)

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