No such file or directory error #5
Unanswered
VikramGovindarajan
asked this question in
Q&A
Replies: 1 comment
-
The error tells you then the file, you are trying to load, does not exist, or is at least not in the same directory. So your script (let's name it script.py containing::
is in a directory (/nuclear_data) like so: , then you must download and put your 'endf' file next to it: /nuclear_data/script.py Then try to run the script file again. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am a beginner in nuclear data processing. I get the following error when I try to run the following commands after installation.
import endf
mat = endf.Material('n-092_U_235.endf')
FileNotFoundError: [Errno 2] No such file or directory: ''n-092_U_235.endf'
Kindly tell where to find this ENDF file from and where to store it?
Thanks and Regards,
G.Vikram
Beta Was this translation helpful? Give feedback.
All reactions