So I tried to install PyNE on my mac by:
1) cloning it from github
2) running $ python setup.py install
It seems like everything seems to build, except I get the following error:
error: [Errno 21] Is a directory: 'scripts/build_nuc_data'
I tried deleting this directory, rerunning the setup script and I receive the same error.
I'd appreciate it if someone could help me out.
Thanks,
Andrew Franklin
Once those lines have been added, run the following command before running nuc_data_make:
source ~/.bashrc
--
You received this message because you are subscribed to the Google Groups "PyNE Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyne-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
/Users/andfranklin/Library/Python/2.7/lib/python/site-packages/pyne-0.5.0_rc1-py2.7.egg/pyne/__init__.py:15: Warning: Error importing PyNE: you should not try to import PyNE from its source directory; please exit the PyNE source tree, and relaunch your python interpreter from there.
warn(msg, Warning)
Traceback (most recent call last):
File "scripts/nuc_data_make", line 4, in <module>
from pyne.dbgen.nuc_data_make import main
File "/Users/andfranklin/Library/Python/2.7/lib/python/site-packages/pyne-0.5.0_rc1-py2.7.egg/pyne/__init__.py", line 10, in <module>
from .pyne_config import *
ImportError: dlopen(/Users/andfranklin/Library/Python/2.7/lib/python/site-packages/pyne-0.5.0_rc1-py2.7.egg/pyne/pyne_config.so, 2): Library not loaded: libhdf5.8.dylib
Referenced from: /Users/andfranklin/Library/Python/2.7/lib/python/site-packages/pyne-0.5.0_rc1-py2.7.egg/pyne/pyne_config.so
Reason: image not found
I've tried opening a new terminal and re-sourcing the bashrc and bash_profile. That doesn't seem to help.
I also tried to import pyne in a python interpreter in a completely different directory to see if there is something wrong with the script. I received the same error.
--
You received this message because you are subscribed to the Google Groups "PyNE Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pyne-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
__main__:1: VnVWarning: pyne.nucname is not yet V&V compliant.
__main__:1: VnVWarning: pyne.data is not yet V&V compliant.
So, for some reason the miniconda installation isn't working for me either.
Honestly, I would like to be able to install PyNE using the standard "pip" command. The only reason I have miniconda installed is because I have the MOOSE Simulation Environment installed. All of my python scripting and development is done using manual python installs (i.e. I don't typically use python installs via macports, homebrew or conda). I'm not interested in using PyNE via conda or miniconda if that is possible.