Closed robintw closed 9 years ago
Thanks for the bug report @robintw ...I suspect the issue is that the current codebase works with a pre-release version of IPython (installed from the [IPython]() here on Github) for the cluster support. My current release reports 3.0.0-dev
.
Are you able to install that version? Thankfully I think the final 3.0 release is a few weeks away, so hopefully this issue won't exist for long.
Yup, that solved it - thanks. As you said, should all be fine in a few weeks time.
I'm trying to install from the Github repo on OS X, following the developer installation instructions. I've got all of the dependencies installed including IPython, but when I run pathomx I get:
I'm running Python 2.7 and IPython 2.4.0. Interestingly, when I try and import that module I get the following results:
It seems like lots of the other markdown conversion functions are there, but not the one that pathomx uses.
Any ideas?