Hello, I tried to set my version to the current development version, doing hg update yt but as I tried to rebuild it using "python2.7 setup.py develop” I get the following error: “Error compiling Cython file”, with utilities/lib/pixelisation_routines.pyx Does anyone know how to fix this? I’m afraid I’m unfamiliar with that part of the code. Thanks, Ricarda
Hi Ricarda, Some versions of Cython have trouble with some recent changes to that file. If you run: pip install -U Cython it should fix the problem, and you can re-develop then. -Matt On Fri, Jun 5, 2015 at 10:31 AM, Ricarda Beckmann < ricarda.beckmann@astro.ox.ac.uk> wrote:
Hello,
I tried to set my version to the current development version, doing
hg update yt
but as I tried to rebuild it using "python2.7 setup.py develop” I get the following error:
“Error compiling Cython file”, with utilities/lib/pixelisation_routines.pyx
Does anyone know how to fix this? I’m afraid I’m unfamiliar with that part of the code.
Thanks, Ricarda
_______________________________________________ yt-dev mailing list yt-dev@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org
Hi Matthew, sometimes it’s the little things. Thank you, that fixed it. Ricarda
On 5 Jun 2015, at 16:33, Matthew Turk <matthewturk@gmail.com> wrote:
Hi Ricarda,
Some versions of Cython have trouble with some recent changes to that file. If you run:
pip install -U Cython
it should fix the problem, and you can re-develop then.
-Matt
On Fri, Jun 5, 2015 at 10:31 AM, Ricarda Beckmann <ricarda.beckmann@astro.ox.ac.uk <mailto:ricarda.beckmann@astro.ox.ac.uk>> wrote: Hello,
I tried to set my version to the current development version, doing
hg update yt
but as I tried to rebuild it using "python2.7 setup.py develop” I get the following error:
“Error compiling Cython file”, with utilities/lib/pixelisation_routines.pyx
Does anyone know how to fix this? I’m afraid I’m unfamiliar with that part of the code.
Thanks, Ricarda
_______________________________________________ yt-dev mailing list yt-dev@lists.spacepope.org <mailto:yt-dev@lists.spacepope.org> http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org <http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org>
_______________________________________________ yt-dev mailing list yt-dev@lists.spacepope.org http://lists.spacepope.org/listinfo.cgi/yt-dev-spacepope.org
participants (2)
-
Matthew Turk -
Ricarda Beckmann