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
To pick up a draggable item, press the space bar.
While dragging, use the arrow keys to move the item.
Press space again to drop the item in its new position, or press escape to cancel.
installing processing globally is easy, i.e. I extracted the tarball and placed it into /opt/processing/[symlink "current" → "processing-x.y.z"]/...
calysto fails, even when I'm not updating dependencies (also failes with updating python deps)
Traceback (most recent call last):
File "/projects/sage/sage-7.3/local/lib/python2.7/site-packages/ipykernel/kernelbase.py", line 228, in dispatch_shell
handler(stream, idents, msg)
File "/projects/sage/sage-7.3/local/lib/python2.7/site-packages/ipykernel/kernelbase.py", line 391, in execute_request
user_expressions, allow_stdin)
File "/projects/20e4a191-73ea-4921-80e9-0a5d792fc511/.local/lib/python2.7/site-packages/metakernel/_metakernel.py", line 362, in do_execute
retval = self.do_execute_direct(code)
File "/projects/20e4a191-73ea-4921-80e9-0a5d792fc511/.local/lib/python2.7/site-packages/calysto_processing/kernel.py", line 153, in do_execute_direct
stdout, stderr = [str(bin, encoding="utf-8") for bin in p.communicate()]
TypeError: str() takes at most 1 argument (2 given)
Activity
haraldschilly commentedon Sep 13, 2016
installing processing globally is easy, i.e. I extracted the tarball and placed it into /opt/processing/[symlink "current" → "processing-x.y.z"]/...
calysto fails, even when I'm not updating dependencies (also failes with updating python deps)