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

Related to pip 10, call pip as module instead #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Related to pip 10, call pip as module instead #9

wants to merge 1 commit into from

Conversation

chiqomar
Copy link

import main no longer works in pip 10, and was apparently never encouraged. Calling pip as a module would be the proper way to do this, and should work regardless of python implementation.

`import main` no longer works in pip 10, and was apparently never encouraged. Calling pip as a module would be the proper way to do this, and should work regardless of python implementation.
@bchatelard
Copy link

We also have build failing because of this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants