我正在尝试使用智能终端运行python项目。我在项目结构中添加了python SDK,其来源来自C驱动器中的Anaconda文件夹。智能j安装在便携式ssd E驱动器中。由于C驱动器上的空间不足,该项目也位于E文件夹中。当我尝试运行或调试项目文件时,出现权限错误。
Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)] on win32
runfile('E:/Users/Java Projects/test12', wdir='E:/Users/Java Projects')
Traceback (most recent call last):
File "<input>", line 1, in <module>
File "C:\Users\.IdeaIC2018.3\config\plugins\python-ce\helpers\pydev\_pydev_bundle\pydev_umd.py", line 198, in runfile
pydev_imports.execfile(filename, global_vars, local_vars) # execute the script
File "C:\Users\.IdeaIC2018.3\config\plugins\python-ce\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 11, in execfile
stream = tokenize.open(file) # @UndefinedVariable
File "C:\Users\Anaconda3\lib\tokenize.py", line 452, in open
buffer = _builtin_open(filename, 'rb')
PermissionError: [Errno 13] Permission denied: 'E:/Users/Java Projects/test12'
有人可以帮助我向E文件夹中的项目添加“执行”权限吗?否则任何其他建议都会有很大帮助。