Open thawatchai-chi opened 3 years ago
I have the same error!
Generating Alignment Summary
Traceback (most recent call last):
File "
I also encountered the same problem, have you solved your problem?
Hey, I solved the problem by downgrading the Python. I forgot which version I downgraded it to (haven’t used it for a while), but I’ll take a look and let you know.
Cheers, Benz
Sent from my iPhone
On 12 Feb 2022, at 09:55, na-89 @.***> wrote:
I also encountered the same problem, have you solved your problem?
— Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android. You are receiving this because you authored the thread.
Hi,Benz: Thanks for the reply, I use the 3.6 version of python, it seems to be able to run successfully !
Best regards! Nana
Hi, while I was following the step-by-step walkthrough, I encountered the following error:
Generating Alignment Summary Traceback (most recent call last): File "", line 1, in
File "/Users/Benz/opt/miniconda3/lib/python3.8/multiprocessing/spawn.py", line 116, in spawn_main
exitcode = _main(fd, parent_sentinel)
File "/Users/Benz/opt/miniconda3/lib/python3.8/multiprocessing/spawn.py", line 125, in _main
prepare(preparation_data)
File "/Users/Benz/opt/miniconda3/lib/python3.8/multiprocessing/spawn.py", line 236, in prepare
_fixup_main_from_path(data['init_main_from_path'])
File "/Users/Benz/opt/miniconda3/lib/python3.8/multiprocessing/spawn.py", line 287, in _fixup_main_from_path
main_content = runpy.run_path(main_path,
File "/Users/Benz/opt/miniconda3/lib/python3.8/runpy.py", line 265, in run_path
return _run_module_code(code, init_globals, run_name,
File "/Users/Benz/opt/miniconda3/lib/python3.8/runpy.py", line 97, in _run_module_code
_run_code(code, mod_globals, init_globals,
File "/Users/Benz/opt/miniconda3/lib/python3.8/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/Users/Benz/opt/miniconda3/bin/PrimedRPA", line 1046, in
CheckingAlignedOutputFile(AllParameter)
File "/Users/Benz/opt/miniconda3/bin/PrimedRPA", line 807, in CheckingAlignedOutputFile
MergedAlignedDF = pd.concat(AlignedDFMultiThreadOupt).reset_index().drop(['index'],axis=1)
UnboundLocalError: local variable 'AlignedDFMultiThreadOupt' referenced before assignment