You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon running the exec script I get the following error:
[+] Installing pip
Traceback (most recent call last):
File "", line 2, in
File "", line 43, in
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 702, in init
errread, errwrite), to_close = self._get_handles(stdin, stdout, stderr)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1136, in _get_handles
c2pwrite = stdout.fileno()
AttributeError: IDAPythonStdOut instance has no attribute 'fileno'
I've turned off App nap as per read me for both idaq and idaq64
The text was updated successfully, but these errors were encountered:
I don't think IDA picks up you Homebrew python path, but I'm not sure. You may need to install pip with sudo outside of IDA, or create a virtualenv for IDA.
Upon running the exec script I get the following error:
[+] Installing pip
Traceback (most recent call last):
File "", line 2, in
File "", line 43, in
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 702, in init
errread, errwrite), to_close = self._get_handles(stdin, stdout, stderr)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1136, in _get_handles
c2pwrite = stdout.fileno()
AttributeError: IDAPythonStdOut instance has no attribute 'fileno'
I've turned off App nap as per read me for both idaq and idaq64
The text was updated successfully, but these errors were encountered: