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

macOS 13.4 error on upgrading PyQt3D #150

Open
czepter opened this issue Apr 18, 2023 · 0 comments
Open

macOS 13.4 error on upgrading PyQt3D #150

czepter opened this issue Apr 18, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@czepter
Copy link

czepter commented Apr 18, 2023

Description

using pipupgrade to update 66 packages including PyQt3D on MacOs

-- have no clue whats gooing on...

Screenshot

No response

Console errors

Updating 41 of 66 packages: pyparsing
Updating 42 of 66 packages: PyQt3D

Traceback (most recent call last):
  File "/opt/homebrew/lib/python3.11/site-packages/pipupgrade/commands/__init__.py", line 79, in command
    return _command(**ARGUMENTS)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/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 "/opt/homebrew/lib/python3.11/site-packages/pipupgrade/commands/helper.py", line 301, in update_registry
    _pip.call("install", package.name,
  File "/opt/homebrew/lib/python3.11/site-packages/pipupgrade/_pip.py", line 79, in call
    output = popen(*params, output = output, raise_err = raise_err)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/opt/homebrew/lib/python3.11/site-packages/bpyutils/util/system.py", line 126, in popen
    raise PopenError(code, command)
bpyutils.exception.PopenError: Command '/opt/homebrew/bin/pip install PyQt3D --no-cache-dir --upgrade' returned non-zero exit status 1.

An error occured while performing the above command. This could be an issue with
"pipupgrade". Kindly post an issue at https://github.com/achillesrasquinha/pipupgrade/issues
@czepter czepter added the bug Something isn't working label Apr 18, 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