-
Notifications
You must be signed in to change notification settings - Fork 1.3k
pip support in macos #2793
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
Comments
Same for me, in the sys.path, there is an entry: |
I just tried this and I get that output (i.e. a "success") but also a bunch of error messages:
As an aside, it'd be pretty sweet if it knew to install into my conda environment... |
Is pip workable on macos then? #3158 maybe (indirectly) solved it. |
Instead of silent failing, it shows error messages. So it is not solved but progressed!
|
$ rustpython --install-pip downloading get-pip.py... running get-pip.py... Collecting pip Using cached pip-21.2.2-py3-none-any.whl (1.6 MB) Collecting setuptools Using cached setuptools-57.4.0-py3-none-any.whl (819 kB) Collecting wheel Using cached wheel-0.36.2-py2.py3-none-any.whl (35 kB) Installing collected packages: wheel, setuptools, pip Successfully installed pip-21.2.2 setuptools-57.4.0 wheel-0.36.2 $ rustpython -m pip ~/.cargo/bin/rustpython: No module named pip
it looks like installed successfully, but still
no module named pip
happensThe text was updated successfully, but these errors were encountered: