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.main does not exist in pip>=10.0.0 #12

Closed
pilcru opened this issue May 3, 2018 · 1 comment
Closed

pip.main does not exist in pip>=10.0.0 #12

pilcru opened this issue May 3, 2018 · 1 comment

Comments

@pilcru
Copy link
Owner

pilcru commented May 3, 2018

(From Food4Rhino http://www.food4rhino.com/app/gh-python-remote#comment-27766)

This breaks the ironpython installation script. Should be easy to fix by calling subprocess instead...

deKlerk added a commit to deKlerk/ghpythonremote that referenced this issue Mar 6, 2019
Replaced pip.main() call with subprocess.check_call()
Solved installation issue reported in pilcru#12
@deKlerk
Copy link

deKlerk commented Mar 6, 2019

Calling subprocess worked.
Already proposed a change in the code.

@pilcru pilcru closed this as completed in 9f5e050 Jul 8, 2019
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