win10x64 IDA_Pro Version 7.5.201028 exec install_from_ida.py ERROR
QGB opened this issue · 1 comments
QGB commented
Python>import urllib.request; exec(urllib.request.urlopen('https://github.com/eset/ipyida/raw/stable/install_from_ida.py').read())
[+] Using already installed pip (version 20.3.3)
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "<string>", line 95, in <module>
File "<string>", line 92, in pip_install
File "contextlib.py", line 120, in __exit__
File "<string>", line 49, in temp_file_as_stdout
File "tempfile.py", line 473, in func_wrapper
io.UnsupportedOperation: not readable
marc-etienne commented
Looks like the temporary file wasn't set to be readable. I've committed a change that should fix the error you faced. Can you can try the lasted version of the script? Replace stable
with master
in the one liner to run the latest version.