-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error in py_call_impl(callable, dots$args, dots$keywords) #24
Comments
Hi Carl, Thanks for the feedback. The error is a bug I actually introduced 30min ago. Can you pull the last commit and install again the R package? Thanks! |
Hi, thx! Terminal output from PyPI installation:
New pull of MOFA package (MOFAtools_0.99.0)
|
Could you re-install the python package from github and try again? |
Let me get back to you in a few hours... |
python installation using However, with the
|
Great, thanks for the confirmation. |
Hi,
New to MOFA and super excited to try it out :)
I am installing/running CLL tutorial for the 1st time. Must warn: I speak R pretty OK, but am a total python illiterate.
Installation of python part was nightmarish. Suggest easier installation tutorial (e.g. install pip like this; install python like this with links to such sites). Several error messages during installation. Googled for tips and tricks. Manual tweaks for installing python package dependencies. Added --user flag to most installation steps. Finally, exited installation without error messages
R installation however flawless.
Running thru CLL tutorial: All steps up to and including
prepareMOFA()
OKWhen running
MOFAobject <- runMOFA(MOFAobject)
I get error message:Error in py_call_impl(callable, dots$args, dots$keywords) :
AttributeError: 'list' object has no attribute 'copy'
In addition: Warning message:
In if (class(mofa) == "try-error") { :
With traceback:
I guess something not quite right with python installation anyway?
Best wishes,
Carl
The text was updated successfully, but these errors were encountered: