I've encountered the following issue when running stellascope assign:
#-------------Stage 0: Initialize Stellarscope-----
--------# (from startrun in stages.py:34)
Traceback (most recent call last):
File "/gpfs/bin/stellarscope", line 33, in <module>
sys.exit(load_entry_point('stellarscope==1.4', 'console_scripts', 'stellarscope')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/gpfs/lib/python3.12/site-packages/stellarscope-1.4-py3.12-linux-x86_64.egg/stellarscope/__main__.py", line 142, in stellarscope
args.func(args)
File "/gpfs/lib/python3.12/site-packages/stellarscope-1.4-py3.12-linux-x86_64.egg/stellarscope/stellarscope_assign.py", line 126, in run
st_obj = InitStellarscope(curstage).run(opts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/gpfs/lib/python3.12/site-packages/stellarscope-1.4-py3.12-linux-x86_64.egg/stellarscope/stages.py", line 52, in run
opts.init_rng()
File "/gpfs/lib/python3.12/site-packages/stellarscope-1.4-py3.12-linux-x86_64.egg/stellarscope/stellarscope_assign.py", line 94, in init_rng
self.seed = np.uint32(_tmpseed) if _tmpseed != 1 else None
^^^^^^^^^^^^^^^^^^^
OverflowError: Python integer 4558202177660785 out of bounds for uint32
Hi,
I've encountered the following issue when running
stellascope assign
:Here is the command line I used:
Here are my conda environment with respect to your
environment.yaml
file:Any help would be much appreciated.
Thanks.