-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to build a project on MacOS 10.11.2 #429
Comments
Wow! I don't know what I should to do here http://stackoverflow.com/questions/1746825/python-valueerror-insecure-string-pickle
😄 Looks like internal Python's problem. Could you try to install platform manually?
|
Hmm, definitely looks like a python problem. Which version do you use? |
I've never seen this error. I use default Python in Mac OS X
Could you try
? |
Gives me: I guess the problem is in my python setup, I'll try to play with |
Test this please
Does it work for you? |
Yep, exactly the same result
|
Now it looks interesting... And
|
Here we go: >>> import subprocess
>>> subprocess.check_output(["sha1sum", "/usr/bin/shasum"])
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 566, in check_output
process = Popen(stdout=PIPE, *popenargs, **kwargs)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 710, in __init__
errread, errwrite)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1334, in _execute_child
child_exception = pickle.loads(data)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 1382, in loads
return Unpickler(file).load()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 858, in load
dispatch[key](self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pickle.py", line 966, in load_string
raise ValueError, "insecure string pickle"
ValueError: insecure string pickle
>>> |
Thanks! |
I get python error when trying to build a simple one-file solution:
The text was updated successfully, but these errors were encountered: