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

Unable to upgrade openai-whisper #149

Open
binarykitchen opened this issue Mar 17, 2023 · 0 comments
Open

Unable to upgrade openai-whisper #149

binarykitchen opened this issue Mar 17, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@binarykitchen
Copy link

Description

Trying to upgrade openai-whisper:

Source: Installed Distributions (/home/michael-heuberger/.pyenv/versions/3.11.1/bin/pip)

Name              Current Version Latest Version Home Page                                  
----------------- --------------- -------------- -------------------------------------------
openai-whisper    20230124        20230314       https://github.com/openai/whisper  

But it errors. See console output below.

Screenshot

No response

Console errors

Updating 1 of 6 packages: openai-whisper

Traceback (most recent call last):
  File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/__init__.py", line 258, in _command
    update_registry(registry, yes = a.yes, user = a.user, check = a.check,
  File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/commands/helper.py", line 301, in update_registry
    _pip.call("install", package.name,
  File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/pipupgrade/_pip.py", line 79, in call
    output = popen(*params, output = output, raise_err = raise_err)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/michael-heuberger/.pyenv/versions/3.11.1/lib/python3.11/site-packages/bpyutils/util/system.py", line 126, in popen
    raise PopenError(code, command)
bpyutils.exception.PopenError: Command '/home/michael-heuberger/.pyenv/versions/3.11.1/bin/pip install openai-whisper --no-cache-dir --upgrade' returned non-zero exit status 1.
@binarykitchen binarykitchen added the bug Something isn't working label Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant