Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
119 views
in Technique[技术] by (71.8m points)

python - PyStan script not running

I am trying to run a script written by a collaborator and am receiving the below error messages (collaborator does not have any issues with the code, so I believe this is specific to my computer, perhaps something to do with how Python/PyStan were installed). I am having difficulty understanding what the issue is and am wondering if others have any insight.

INFO:pystan:COMPILING THE C++ CODE FOR MODEL anon_model_0d47690cf7435359b66ab970423cdb60 NOW. Traceback (most recent call last): File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/site-packages/pystan/model.py", line 84, in _map_parallel pool = multiprocessing.Pool(processes=n_jobs) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/context.py", line 119, in Pool return Pool(processes, initializer, initargs, maxtasksperchild, File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/pool.py", line 212, in init self._repopulate_pool() File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/pool.py", line 303, in _repopulate_pool return self._repopulate_pool_static(self._ctx, self.Process, File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/pool.py", line 326, in _repopulate_pool_static w.start() File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/process.py", line 121, in start self._popen = self._Popen(self) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/context.py", line 284, in _Popen return Popen(process_obj) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 32, in init super().init(process_obj) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/popen_fork.py", line 19, in init self._launch(process_obj) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/popen_spawn_posix.py", line 42, in _launch prep_data = spawn.get_preparation_data(process_obj._name) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 154, in get_preparation_data _check_not_importing_main() File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 134, in _check_not_importing_main raise RuntimeError(''' RuntimeError: An attempt has been made to start a new process before the current process has finished its bootstrapping phase.

    This probably means that you are not using fork to start your
    child processes and you have forgotten to use the proper idiom
    in the main module:

        if __name__ == '__main__':
            freeze_support()
            ...

    The "freeze_support()" line can be omitted if the program
    is not going to be frozen to produce an executable.

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "", line 1, in File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main exitcode = _main(fd, parent_sentinel) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 125, in _main prepare(preparation_data) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 236, in prepare _fixup_main_from_path(data['init_main_from_path']) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/multiprocessing/spawn.py", line 287, in _fixup_main_from_path main_content = runpy.run_path(main_path, File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/runpy.py", line 265, in run_path return _run_module_code(code, init_globals, run_name, File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/runpy.py", line 97, in _run_module_code _run_code(code, mod_globals, init_globals, File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/runpy.py", line 87, in _run_code exec(code, run_globals) File "/Users/AmyRapp/Desktop/Galaxy/pystan_fitting_sub_nos_v301.py", line 225, in fit_dec = dec.sampling(data=data, iter=n_iter, chains=n_chains, warmup=n_warmup, thin=1, seed=seed_val,verbose=True) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/site-packages/pystan/model.py", line 813, in sampling ret_and_samples = _map_parallel(call_sampler_star, call_sampler_args, n_jobs) File "/Users/AmyRapp/opt/anaconda3/lib/python3.8/site-packages/pystan/model.py", line 87, in _map_parallel pool.close()

question from:https://stackoverflow.com/questions/65904386/pystan-script-not-running

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Reply

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
OGeek|极客中国-欢迎来到极客的世界,一个免费开放的程序员编程交流平台!开放,进步,分享!让技术改变生活,让极客改变未来! Welcome to OGeek Q&A Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

1.4m articles

1.4m replys

5 comments

56.9k users

...