'Unable to create process using: C' error
Hi i am getting this error when running 3 lines of code after using pip3 to install twint from a git hub repo. My other projects also return the same error. I check the interpreter and it says the python packaging tools not found. I click on the link to install the tools and i get the following error:
Failed to install python packaging tools
Executed command:
C:\Program Files\JetBrains\PyCharm Community Edition 2021.2.1\plugins\python-ce\helpers\pip-20.3.4-py2.py3-none-any.whl\pip install --no-index C:\Program Files\JetBrains\PyCharm Community Edition 2021.2.1\plugins\python-ce\helpers\setuptools-44.1.1-py2.py3-none-any.whl
Command output:
Unable to create process using 'C:\Users\houcines pc\AppData\Local\Programs\Python\Python310\python.exe "C:\Program Files\JetBrains\PyCharm Community Edition 2021.2.1\plugins\python-ce\helpers\pip-20.3.4-py2.py3-none-any.whl\pip" install --no-index "C:\Program Files\JetBrains\PyCharm Community Edition 2021.2.1\plugins\python-ce\helpers\setuptools-44.1.1-py2.py3-none-any.whl"'

Please sign in to leave a comment.
Hi,
First, please try using the latest version of the IDE: https://www.jetbrains.com/pycharm/download/
If the issue is still there, please installing Python from https://www.python.org and try setting it up as a project interpreter.
I was originally reluctant to reinstall pycharm out of fear of losing projects but found out this was not the case. I reinstalled Pyharm and updated some packages and that did the job. Thanks