Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install due to package versions having conflicting dependencies #7

Open
erdie721 opened this issue Feb 7, 2024 · 0 comments

Comments

@erdie721
Copy link

erdie721 commented Feb 7, 2024

Description

A clear description of the bug
I tried to install using pip install zoom_audio_transcribe

Expected Behavior

What did you expect to happen instead?
program to be installed

Reproduction

A minimal example that exhibits the behavior.
$ pip install zoom_audio_transcribe
Collecting zoom_audio_transcribe
Using cached zoom_audio_transcribe-0.1.1-py2.py3-none-any.whl (37.3 MB)
Collecting PyInquirer==1.0.3
Using cached PyInquirer-1.0.3.tar.gz (27 kB)
Preparing metadata (setup.py) ... done
Collecting halo==0.0.30
Using cached halo-0.0.30-py3-none-any.whl (11 kB)
Collecting art==4.7.0
Using cached art-4.7-py2.py3-none-any.whl (547 kB)
Collecting zoom_audio_transcribe
Using cached zoom_audio_transcribe-0.1.0-py2.py3-none-any.whl (37.3 MB)
ERROR: Cannot install zoom-audio-transcribe==0.1.0 and zoom-audio-transcribe==0.1.1 because these package versions have conflicting dependencies.

The conflict is caused by:
zoom-audio-transcribe 0.1.1 depends on vosk==0.3.10
zoom-audio-transcribe 0.1.0 depends on vosk==0.3.10

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

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

Environment

Any additional information about your environment
Ubuntu 22.04

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant