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

AttributeError when vpip install #50

Open
eight04 opened this issue Jun 11, 2024 · 1 comment
Open

AttributeError when vpip install #50

eight04 opened this issue Jun 11, 2024 · 1 comment

Comments

@eight04
Copy link
Owner

eight04 commented Jun 11, 2024

> vpip install numpy pytesseract pandas scikit-image
...

  File "C:\Users\eight04\dev\vpip\vpip\commands\install.py", line 115, in install_local
    for info in pip_api.show([dependency.spec_to_pkg(i) for i in packages]):
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\eight04\dev\vpip\vpip\pip_api.py", line 122, in show
    value = getattr(ns, last_name) + "\n" + match.group(1).strip()
            ^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'Namespace' object has no attribute 'license'
@eight04 eight04 changed the title Install error AttributeError when vpip install Jun 11, 2024
@eight04
Copy link
Owner Author

eight04 commented Jun 12, 2024

pypa/pip#12765

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