-
Notifications
You must be signed in to change notification settings - Fork 96
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: package or namespace load failed for 'Rmagic' #187
Comments
@tuoliver can you please fill in the bug report template? It contains a lot of diagnostic information I need from you. Describe the bug To Reproduce Expected behavior Actual behavior System information: Output of
Output of
Output of
Output of
Additional context |
I encountered the same problem yesterday, not sure if this helps but did you install magic-impute as a python package? Per README:
Try running I encountered the same error message when I was trying to install Rmagic on a slurm cluster using At first I did not even realize to check the manual, I just assume Rmagic worked like any other packages (e.g. ggplot2), where I just install.packages it and it would work (and it did, on my local Mac). But apparently (at least on a Linux based server), magic-impute needs to be installed first before running |
There is a solution for installation here #211 |
I receive the following after trying to utilize Rmagic in any way after installing miniconda/python3 and going through all steps:
Error: package or namespace load failed for ‘Rmagic’:
.onLoad failed in loadNamespace() for 'Rmagic', details:
call: python_config(python_version, required_module, python_versions)
error: Error 1 occurred running /usr/bin/python3
In addition: Warning message:
In system2(command = python, args = paste0(""", config_script, :
running command ''/usr/bin/python3' "/Library/Frameworks/R.framework/Versions/4.0/Resources/library/reticulate/config/config.py" 2>/dev/null' had status 1
The text was updated successfully, but these errors were encountered: