You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>> import spncci
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/global/homes/p/pfasano/Research/code/spncci/script/spncci.py", line 106, in <module>
import su3rme
File "/global/homes/p/pfasano/Research/code/spncci/script/su3rme.py", line 101, in <module>
su3rme_data_directory=os.environ["SU3SHELL_DATA"]
File "/usr/common/software/python/3.8-anaconda-2020.11/lib/python3.8/os.py", line 675, in __getitem__
raise KeyError(key) from None
KeyError: 'SU3SHELL_DATA'
>>> import spncci
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/global/homes/p/pfasano/Research/code/spncci/script/spncci.py", line 122, in <module>
seed_directory_list = os.environ["SPNCCI_SEED_DIR"]
File "/usr/common/software/python/3.8-anaconda-2020.11/lib/python3.8/os.py", line 675, in __getitem__
raise KeyError(key) from None
KeyError: 'SPNCCI_SEED_DIR'
Trying to import
spncci
:Is this variable needed if not running LSU3shell? @mark-caprio @aemccoy
The text was updated successfully, but these errors were encountered: