无法在PyCharm中创建解释器

时间:2020-03-21 17:48:44

标签: python pycharm ide interpreter

我下载了import React from 'react' import Hero from '../Components/Hero' export default function Services() { return ( <Hero hero="servicesHero" /> ); }

我下载了Python 3.8.。将其保存在Desktop目录中的新文件夹中。

在PyCharm中,当我单击PyCharm Community Edition 2019.3.4时,我...

1。)将位置设置为File > New Project

2。)将“使用新环境”设置为C:\Users\User\Desktop\newProject

3。)将基本解释器设置为Virtualenv

我有一台Windows 10家用计算机

当我单击C:\ProgramFiles\WindowsApps\PythonSoftwareFoundation.Python.3.8_3.8.752.0_x64_qbz5n2kfra8p0\python.exe按钮时,出现附件错误。

我该怎么办?enter image description here

1 个答案:

答案 0 :(得分:2)

该错误表明访问python.exe时出现访问问题。 WindowsApps内部的文件仅供系统使用,由于访问权限,用户无法手动访问。

另外,由于python.exe中存在WindowsApps,因此安装似乎不正确。

请遵循python的简单安装指南。以后您可能还会遇到许多其他问题。

我建议重新安装python。它应该直接进入C:/驱动器或C:/ProgramFiles