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

pip show does not canonicalize the packages name when searching #3976

Closed
mohamed-osama-aboelkheir opened this issue Sep 17, 2016 · 1 comment · Fixed by #3993
Closed

pip show does not canonicalize the packages name when searching #3976

mohamed-osama-aboelkheir opened this issue Sep 17, 2016 · 1 comment · Fixed by #3993
Labels
auto-locked Outdated issues that have been locked by automation good first issue A good item for first time contributors to work on type: bug A confirmed bug or unintended behavior
Milestone

Comments

@mohamed-osama-aboelkheir
  • Pip version: 8.1.2
  • Python version: 2.7
  • Operating System: Linux (RHEL 6)

Description:

for the package py_salesforce, after installing, when I run "pip show py_salesforce", the package metadata is not shown (nothing is shown), and when I check the exit status "echo $?" the exit status is 1.

What I've run:

[root@rhel65x64-0 ~]# pip show py_salesforce
[root@rhel65x64-0 ~]# echo $?
1

@xavfernandez xavfernandez added the type: bug A confirmed bug or unintended behavior label Sep 29, 2016
@xavfernandez
Copy link
Member

That's because py_salesforce installs itself as py-salesforce.
pip show py-salesforce works but pip install py_salesforce should also

@xavfernandez xavfernandez added this to the 8.2 milestone Sep 29, 2016
@xavfernandez xavfernandez changed the title pip show not showing package Metadata pip show does not canonicalize the packages name when searching Sep 29, 2016
@xavfernandez xavfernandez added the good first issue A good item for first time contributors to work on label Sep 29, 2016
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Jun 4, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation good first issue A good item for first time contributors to work on type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants