bioFAM / MOFA

Multi-Omics Factor Analysis

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in py_call_impl(callable, dots$args, dots$keywords) : SystemExit: None

ulexis99 opened this issue · comments

Hello,

I also saw a thread of this issue (probably similar) and I understand that it is important to install and use the most recent version of mofapy (ver. 1.1). I installed this version, but I still have the error as follows.

Any thought on that? Thank you!

Gene

Error in py_call_impl(callable, dots$args, dots$keywords) :
SystemExit: None

Detailed traceback:
File "$HOME/bin/anaconda3/envs/env_MOFA/lib/python3.6/site-packages/mofapy/core/entry_point.py", line 410, in train_model
self.model = runMOFA(self.data, self.data_opts, self.model_opts, self.train_opts, self.train_opts['seed'])
File "$HOME/bin/anaconda3/envs/env_MOFA/lib/python3.6/site-packages/mofapy/core/build_model.py", line 143, in runMOFA
net.iterate()
File "$HOME/bin/anaconda3/envs/env_MOFA/lib/python3.6/site-packages/mofapy/core/BayesNet.py", line 141, in iterate
self.removeInactiveFactors(**self.options['drop'])
File "$HOMEbin/anaconda3/envs/env_MOFA/lib/python3.6/site-packages/mofapy/core/BayesNet.py", line 119, in removeInactiveFactors
exit()
File "$HOME/bin/anaconda3/envs/env_MOFA/lib/python3.6/_sitebuiltins.py", line 26, in call
raise SystemExit(code)

Can you join the slack group and we have a more interactive chat?
I would like to check a few things to figure out what is wrong with your installation.

Is this fixed?