You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pip version: pip 19.3.1 from /usr/local/lib/python3.7/site-packages/pip (python 3.7)
Python version: Python 3.7.3
OS: macOS Catalina 10.15.2(19C57)
I have anaconda installed, but this problem only occurs when anaconda is deactivated.(i.e. running the system's pip instead of the anaconda one)
Python and pip are both from the homebrew bottle.
Description
When I run pip, by either python3 -m pip or pip3 to perform an operation other than --version, show, check, config, hash, completion, debug or help, it is aborted by the system.
macOS' python works fine.
I tried to rebuild python with brew reinstall -s python, it didn't solve the problem.
Expected behavior
For example, pip list returns the list of packages I have installed.
How to Reproduce
Get homebrew python3 package
Then run pip list
An error occurs.
Output
[1] 92590 abort /usr/local/bin/python3 -m pip list
Environment
I have anaconda installed, but this problem only occurs when anaconda is deactivated.(i.e. running the system's pip instead of the anaconda one)
Python and pip are both from the homebrew bottle.
Description
When I run pip, by either
python3 -m pip
orpip3
to perform an operation other than --version, show, check, config, hash, completion, debug or help, it is aborted by the system.macOS' python works fine.
I tried to rebuild python with
brew reinstall -s python
, it didn't solve the problem.Expected behavior
For example,
pip list
returns the list of packages I have installed.How to Reproduce
pip list
Output
Use lldb to trace python outputs:
The text was updated successfully, but these errors were encountered: