PyCharm does not detect translator

I am new to programming and have just started a Python course. I want to use PyCharm, so I downloaded and turned it on (v. 4.5, community edition). I previously installed Python 3.5 64-bit from python.org (I am using Windows 10).

To start using PyCharm, I need a project interpreter that I can select in the settings. As far as I know, the interpreter is "py.exe", but when I select it, I get this error message: "The selected file is not a valid home for the Python SDK." I also tried to use every file whose name contained "python" or "py", and failed.

On every website and video that I see, they select a file called "python.exe", but they use Python 3.4 or a previous version. I verified that PyCharm supports 3.5 ("Initial support for Python 3.5").

Is there something I'm doing wrong? What should I do to use PyCharm?

All answers are welcome. Thanks in advance.

+7
source share
7 answers

file> new project settings> project interpreter> click the drop-down list and select "show all"> click the "+" button>

Virtualenv Environment New environment " :". . , , python.exe, , PyCharm virtualenv.

- ... , venv. , , , .

. Community Edition.

+3

PyCharm, , ":" " "; python.exe, . , C:\Python35\Python.exe

+2

Python interpreter .

, python exe

C:\Python35\ 

uninstalling reinstalling , ,

C:\Python35\python.exe.

Pycharm .

+2

PyCharm
  anaconda python (Anaconda3-5.0.1-Windows-x86_64.exe) anaconda. https://anaconda.org/anaconda/python
: Python3.6.3 ( , windows10, pyCharm python 3.5 , , anaconda anaconda):

  • ( )
  • ( , )
  • Anaconda Jet brian pycharm
  • PyCharm Python location = C:\Users\Skboy\PycharmProjects\dani Interpreter = C:\Users\Skboy\AppData\Local\Programs\Python\Python36-32\python.exe

! pyCharm ,

: Python6.3

test1.py python " hello python"

Run

Python Interpreter ( - ) Python 3.6.3

(C:\Users\user1\AppData\Local\Programs\Python\Python36-32\python.exe)

Run

, Anaconda Jupyter - -, , .

+1

, . , , .

Python 3.5 (32-Bit) C: , , , Python, " ", python - "python". .exe, PyCharm .

configure Pycharm python. , AppData/Local/Programs/Python/Python35-32. python.exe, .

, - . , - .

0

python, PyCharm :

C:\Users\_\AppData\Local\Programs\Python\Python36\python.exe

PyCharm.

, python , Python36\python.exe Python35\python.exe.

0

:

: Pycharm Community Edition 2019.1.1 3.7. .

: Pycharm Python Anaconda.

: - , Pycharm ( ). . - ( ) - "" ""> ""> " "> " "> ""> , 3 > "".

Hope this helped someone. For me, the lock was that for some reason pycharm did not start with administrator privileges.

Blockquote

0
source

Source: https://habr.com/ru/post/1609377/


All Articles