You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
loosen the range of package versions you've specified
remove package versions to allow pip attempt to solve the dependency conflict
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:
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
The text was updated successfully, but these errors were encountered: