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

pipx does not seems to respect dependencies in a user-obvious way #1082

Closed
florianschanda opened this issue Oct 11, 2023 · 1 comment
Closed

Comments

@florianschanda
Copy link

Describe the bug
I have had a user report that an entry point is missing: florianschanda/miss_hit#281

I believe I have packaged MISS_HIT correctly and the user reports that when installing the dependency manually things work. That doesn't seem like intended behaviour.

How to reproduce

pipx install miss_hit

Does not make available the entry points defined by miss_hit_core.

pipx install miss_hit_core
pipx install miss_hit

Seems to do the trick.

Expected behavior
I would suggest that any entry points from dependencies are also made available.

@uranusjr
Copy link
Member

This is the same as #1024.

@uranusjr uranusjr closed this as not planned Won't fix, can't repro, duplicate, stale Oct 11, 2023
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

2 participants