应用失败:无法复制文件“C:\Program Files\IDA Pro 8.0\python \PyQt5\python_3.9\sip.pyd

问题描述 投票:0回答:1

当我运行idapyswitch.exe时,遇到此信息

Checking installs from "Python Software Foundation"
Checking "Python 3.10 (64-bit)" (3.10)
Found: "C:\Program Files\Python310\" (version: 3.10.5 ('3.10.5150.1013'))
Checking "Python 3.9 (64-bit)" (3.9)
Found: "C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\" (version: 3.9.7 ('3.9.7150.1013'))
Checking "Python 3.10" (3.10)
Found: "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0" (version: 3.10.10 ('3.10.10150.1013'))
Ignoring unusable AppStore Python "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2800.0_x64__qbz5n2kfra8p0\python3.dll"
IDA previously used: "C:\Program Files\Python310\python310.dll" (guessed version: 3.10.5 ('3.10.5150.1013')). Making this the preferred version.
The following Python installations were found:
    #0: 3.10.5 ('3.10.5150.1013') (C:\Program Files\Python310\python3.dll)
    #1: 3.9.7 ('3.9.7150.1013') (C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python3.dll)
Please pick a number between 0 and 1 (default: 0)
1
Applying version 3.9.7 ('3.9.7150.1013')`

它说权限被拒绝

Apply failed: Couldn't copy file "C:\Program Files\IDA Pro 8.0\python\3\PyQt5\python_3.9\sip.pyd" to "C:\Program Files\IDA Pro 8.0\python\3\PyQt5\sip.pyd": Permission denied

我正在使用 IDA 8.0 和 Python 3.10.10

我选择了数字0,仍然提示相同的错误。我该如何解决这个问题

reverse-engineering python-3.8 ida
1个回答
0
投票

我正在寻找这个问题的答案,并意识到我正在运行 ipyswitch 而 IDA 正在运行。

关闭IDA,重新运行ipyswitch,没有错误。

发生这种情况是因为“文件共享违规”。

© www.soinside.com 2019 - 2024. All rights reserved.