[issue42399] Error upon pip usage.

2020-11-18 Thread Alex
Change by Alex : -- resolution: -> fixed stage: -> resolved status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mai

[issue42399] Error upon pip usage.

2020-11-18 Thread Alex
Alex added the comment: Uninstalled 3.8 and installed straight to 3.9 using home brew, this fixed the issue. -- ___ Python tracker ___ ___

[issue42399] Error upon pip usage.

2020-11-18 Thread Alex
Alex added the comment: What would you recommend to fix this? removing the package? I have a suspicion on which package it is. -- ___ Python tracker ___ _

[issue42399] Error upon pip usage.

2020-11-18 Thread Christian Heimes
Christian Heimes added the comment: Upon closer investigation something or someone has replaces and monkey patched the stdlib function subprocess.run() with code from the 3rd party library "run". The "run" package is not part of Python's stdlib. -- __

[issue42399] Error upon pip usage.

2020-11-18 Thread Christian Heimes
Christian Heimes added the comment: "/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages/run/__init__.py" looks suspicious. It's a 3rd party package that is somehow injected into the code. -- nosy: +christian.heimes ___ P

[issue42399] Error upon pip usage.

2020-11-18 Thread Alex
Alex added the comment: I tried contacting the pip team and they said it is likely a python issue due to the stdlib stuff being opened. -- ___ Python tracker ___

[issue42399] Error upon pip usage.

2020-11-18 Thread Alex
New submission from Alex : MacOS catalina 10.15.6 Python -version 3.9 although experienced on 3.8 too. pip -version 20.2.4 Any time I send a command using pip including; pip install, pip freeze, pip list etc. I get this error. Traceback (most recent call last): File "/Library/Frameworks/P