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

Error upgrading mkl-fft #156

Open
Casper-Guo opened this issue May 29, 2024 · 0 comments
Open

Error upgrading mkl-fft #156

Casper-Guo opened this issue May 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Casper-Guo
Copy link

Description

While running pipupgrade --upgrade-type patch, the following error occured:

Screenshot

No response

Console errors

Updating 62 of 185 packages: mkl-fft
Traceback (most recent call last):
  File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
  File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/__init__.py", line 258, in _command
    update_registry(registry, yes = a.yes, user = a.user, check = a.check,
  File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/commands/helper.py", line 301, in update_registry
    _pip.call("install", package.name,
  File "/home/casperg/anaconda3/lib/python3.10/site-packages/pipupgrade/_pip.py", line 79, in call
    output = popen(*params, output = output, raise_err = raise_err)
  File "/home/casperg/anaconda3/lib/python3.10/site-packages/bpyutils/util/system.py", line 126, in popen
    raise PopenError(code, command)
bpyutils.exception.PopenError: Command '/home/casperg/anaconda3/bin/pip install mkl-fft --no-cache-dir --upgrade' returned non-zero exit status 1.
@Casper-Guo Casper-Guo added the bug Something isn't working label May 29, 2024
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