Replies: 1 comment
-
Closing as duplicate of #194 |
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
-
Hello ,
In order to run the SaltProc code with OpenMC, everything required was done during the installation stage. However, when python saltproc -s 2 -i tests/openmc_data /tap_input.json is run, the error is as follows:
Traceback (most recent call last):
File "/home/user1/miniconda3/envs/removal/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/home/user1/miniconda3/envs/removal/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/user11/saltproc/saltproc/main.py", line 4, in
app.run()
File "/home/user1/miniconda3/envs/removal/lib/python3.9/site-packages/saltproc/app.py", line 35, in run
_print_simulation_input_info(object_input[1], object_input[0])
File "/home/user1/miniconda3/envs/removal/lib/python3.9/site-packages/saltproc/app.py", line 242, in _print_simulation_input_info
print('Initiating Saltproc:\n'
TypeError: can only concatenate str (not "dict") to str
In addition :
While all the requirements are installed via conda, the latest version of openmc 0.13.2 is installed via source because it is not via conda. Therefore, when conda list is called, pyne , saltproc and others, which are SaltProc's requirements, appear, while openmc 0.13.2 version does not.
How can this problem be resolved? Thanks ....
Beta Was this translation helpful? Give feedback.
All reactions