-
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': #211
Comments
I have download Rmagic_2.0.3.tar.gz on https://cran.r-project.org/src/contrib/Archive/Rmagic/, but R returned the same error as i share above. |
Try |
I could install Rmagic "2.0.3" use ^ snippet, but was not able to successfully run with old codes. Alternatively, I installed # install R dependencies required for Rmagic
R -e "install.packages(c('ggplot2', 'reticulate'), repos = 'http://cran.us.r-project.org')"
# install Rmagic from GitHub
git clone https://github.com/KrishnaswamyLab/MAGIC.git
cd MAGIC/Rmagic && R CMD INSTALL .
# don't forget to install python-magic
pip install --user magic-impute The version of |
hello,
I receive the following after trying to install Rmagic locally, and i can't find Rmagic on CRAN.
** using staged installation
** R
** data
*** moving datasets to lazyload DB
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** testing if installed package can be loaded from temporary location
Collecting package metadata (current_repodata.json): ...working... failed
CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to
download and install packages.
Exception: HTTPSConnectionPool(host='conda.anaconda.org', port=443): Max retries exceeded with url: /conda-forge/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
Error: package or namespace load failed for 'Rmagic':
.onLoad failed in loadNamespace() for 'Rmagic', details:
call: NULL
error: Error creating conda environment 'C:/Users/11832/AppData/Local/r-miniconda/envs/r-reticulate' [exit code 1]
Error: loading failed
Execution halted
ERROR: loading failed
The text was updated successfully, but these errors were encountered: