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

Don't install package itself when installing package's dependencies #59

Open
ceball opened this issue Dec 17, 2019 · 0 comments
Open

Don't install package itself when installing package's dependencies #59

ceball opened this issue Dec 17, 2019 · 0 comments

Comments

@ceball
Copy link
Member

ceball commented Dec 17, 2019

When installing dependencies for package X, it's possible one of the dependencies of package X has package X itself as a dependency, in which case pytdev installs package X before going on to do a pip editable install of package X later.

E.g. panel lists holoviews as a recommended dependency, and holoviews lists panel as a dependency. pyctdev develop_install -o recommended for panel installs panel, but should not (it's subsequently installed in editable mode by pip - could be confusing).

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