Skip to content
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

Test failure in IPython.parallel #1766

Closed
takluyver opened this issue May 26, 2012 · 3 comments
Closed

Test failure in IPython.parallel #1766

takluyver opened this issue May 26, 2012 · 3 comments
Milestone

Comments

@takluyver
Copy link
Member

https://jenkins.shiningpanda.com/ipython/job/ipython-multi/PLATFORM=debian6,PYTHON=CPython-2.7/108/testReport/nose.failure/Failure/runTest/

Traceback (most recent call last):
  File "/sp/lib/python/cpython-2.7/lib/python2.7/unittest/case.py", line 327, in run
    testMethod()
  File "/home/slave/jenkins/shiningpanda/jobs/f786c3c0/virtualenvs/ff035a1d/lib/python2.7/site-packages/nose/loader.py", line 390, in loadTestsFromName
    addr.filename, addr.module)
  File "/home/slave/jenkins/shiningpanda/jobs/f786c3c0/virtualenvs/ff035a1d/lib/python2.7/site-packages/nose/importer.py", line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  File "/home/slave/jenkins/shiningpanda/jobs/f786c3c0/virtualenvs/ff035a1d/lib/python2.7/site-packages/nose/importer.py", line 86, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/home/slave/jenkins/shiningpanda/jobs/f786c3c0/virtualenvs/ff035a1d/lib/python2.7/site-packages/IPython/parallel/engine/streamkernel.py", line 42, in <module>
    from IPython.parallel.util import serialize_object, unpack_apply_message, asbytes
ImportError: cannot import name asbytes
@minrk
Copy link
Member

minrk commented May 26, 2012

Just cleanup the env, the streamkernel file no longer exists.

@fperez
Copy link
Member

fperez commented May 26, 2012

Should we close this, then?

@takluyver
Copy link
Member Author

OK, I've hopefully cleaned it up. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants