[Distutils] pip install error

2020-09-17 Thread Nourbakhsh Soltani, Zahrasadat
Helli I have problem upgrading pip. And afterward I cant even install any package in my interpreter. Here is the error Can you help me: Error: Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2019.2\helpers\packaging_tool.py", line 73, in run_pip

Re: [Distutils] pip install error

2017-02-22 Thread William Gan
suggestion on Tutor List. I have since subscribed to it. Many thanks again. Have a great day! From: Daniel Holth [mailto:dho...@gmail.com] Sent: Thursday, February 23, 2017 2:37 AM To: William Gan ; distutils-sig@python.org Subject: Re: [Distutils] pip install error import subprocess

Re: [Distutils] pip install error

2017-02-22 Thread Daniel Holth
import subprocess; subprocess.Popen("python -m pip install sqlalchemy", stdout=subprocess.PIPE).communicate() On Wed, Feb 22, 2017 at 1:28 PM William Gan wrote: > Good day, > > > > I got your email from the Installing Python Modules page in the Python > 3.6.0 documentation. > > > > I encountered

Re: [Distutils] pip install error

2017-02-22 Thread Tim Golden
On 22/02/2017 18:21, William Gan wrote: I got your email from the Installing Python Modules page in the Python 3.6.0 documentation. You might do better ask this kind of question on the Tutor list: https://mail.python.org/mailman/listinfo/tutor I encountered an error when trying to install a

[Distutils] pip install error

2017-02-22 Thread William Gan
Good day, I got your email from the Installing Python Modules page in the Python 3.6.0 documentation. I encountered an error when trying to install a package in the Python IDLE shell: >>> python -m pip install numpy SyntaxError: invalid syntax I am using Windows 10. I have not been able to fi