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

Python pip doesn't list all installed packages #985

Open
xzmeng opened this issue Nov 29, 2022 · 2 comments
Open

Python pip doesn't list all installed packages #985

xzmeng opened this issue Nov 29, 2022 · 2 comments
Labels
bug Something isn't working team: workspace

Comments

@xzmeng
Copy link

xzmeng commented Nov 29, 2022

Bug description

Some packages such as requests are pre-installed, but not listed with pip list.
This is inconvenient to find out all dependencies.

Steps to reproduce

  1. Open https://github.com/xzmeng/xzmeng
  2. $ pip list (get no packages)
  3. $ python -c "import requests" (ok)

Expected behavior

No response

Example repository

No response

Anything else?

No response

@xzmeng xzmeng added the bug Something isn't working label Nov 29, 2022
@axonasif
Copy link
Member

I assume this is related with #984 since you're using zsh.

@xzmeng
Copy link
Author

xzmeng commented Nov 29, 2022

Nope, It happens in bash too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working team: workspace
Projects
No open projects
Status: No status
Development

No branches or pull requests

2 participants