PyJNIus 的安装 - PermissionError: [WinError 5] Access denied

Posted

技术标签:

【中文标题】PyJNIus 的安装 - PermissionError: [WinError 5] Access denied【英文标题】:Installation for PyJNIus - PermissionError: [WinError 5] Acess denied 【发布时间】:2020-07-22 03:29:21 【问题描述】:

我尝试了以下措施,但仍然弹出错误

以管理员角色运行 cmd 将自己设置为管理员角色的 pycham 和 python 文件 使用 pip install --user PyJNIus 使用 python -m pip install --user PyJNIus 关闭Pycham,以管理员角色运行cmd 我已经拥有所有文件的最高访问权限

谁能帮帮我?

C:\WINDOWS\system32>python -m pip install --user PyJNIus
Collecting PyJNIus
  Using cached pyjnius-1.2.1.tar.gz (40 kB)
    ERROR: Command errored out with exit status 1:
     command: 'C:\Users\tom\AppData\Local\Programs\Python\Python38-32\python.exe' -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\tom\\AppData\\Local\\Temp\\pip-install-ueh9n_76\\PyJNIus\\setup.py'"'"'; __file__='"'"'C:\\Users\\tom\\AppData\\Local\\Temp\\pip-install-ueh9n_76\\PyJNIus\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base 'C:\Users\tom\AppData\Local\Temp\pip-install-ueh9n_76\PyJNIus\pip-egg-info'
         cwd: C:\Users\tom\AppData\Local\Temp\pip-install-ueh9n_76\PyJNIus\
    Complete output (15 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\tom\AppData\Local\Temp\pip-install-ueh9n_76\PyJNIus\setup.py", line 92, in <module>
        compile_native_invocation_handler(*get_possible_homes(PLATFORM))
      File "C:\Users\tom\AppData\Local\Temp\pip-install-ueh9n_76\PyJNIus\setup.py", line 82, in compile_native_invocation_handler
        subprocess.check_call([
      File "C:\Users\tom\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 359, in check_call
        retcode = call(*popenargs, **kwargs)
      File "C:\Users\tom\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 340, in call
        with Popen(*popenargs, **kwargs) as p:
      File "C:\Users\tom\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 854, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
      File "C:\Users\tom\AppData\Local\Programs\Python\Python38-32\lib\subprocess.py", line 1307, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
    PermissionError: [WinError 5] Acess denied

【问题讨论】:

【参考方案1】:

我也遇到了这个问题。尝试将你的 python 升级到 64 位,它对我有用。

【讨论】:

以上是关于PyJNIus 的安装 - PermissionError: [WinError 5] Access denied的主要内容,如果未能解决你的问题,请参考以下文章

Python 与 Java,PyJNIus 安装

如何在 ubuntu 16.04 64 位上安装 Pyjnius

安装 Python sikuli 包(安装 pyjnius 的问题) Windows 7 Python 2.6

PyJNIus 的安装 - PermissionError: [WinError 5] Access denied

蟒蛇pyjnius; PythonActivity错误我安装了JDK+Visual C++

错误:命令出错,退出状态为 1:python setup.py egg_info 检查日志以获取完整的命令输出。- 尝试安装 pyjnius [重复]