Hello, I am working with pyxsim and have had no issues for the past year or so, however recently after switching to the YT development build on the server I use, and then back to my own install of the stable build I am getting an issue in importing YT into my script. I get the error that the fnv_hash module doesn't exist. When looking in the directory it is attempting to find fnv_hash I find fav_hash.pyx. I was hoping anyone may have some insight into how this error may have arisen and how I might be able to fix it. Cheers Dylan
Hi Dylan, Ah, yes -- you'll need to rebuild, because that module was added. In your source directory you can do `python setup.py build_ext -i` but the main issue is that the source was added but not compiled yet. On Fri, Oct 23, 2020 at 4:45 AM Dylan Robson <dylanr@roe.ac.uk> wrote:
Hello,
I am working with pyxsim and have had no issues for the past year or so, however recently after switching to the YT development build on the server I use, and then back to my own install of the stable build I am getting an issue in importing YT into my script. I get the error that the fnv_hash module doesn't exist.
When looking in the directory it is attempting to find fnv_hash I find fav_hash.pyx.
I was hoping anyone may have some insight into how this error may have arisen and how I might be able to fix it.
Cheers Dylan _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org https://mail.python.org/mailman3/lists/yt-users.python.org/ Member address: matthewturk@gmail.com
participants (2)
-
Dylan Robson
-
Matthew Turk