# THIS DID NOT WORK
-bash-4.2$ module load anaconda/5.2.0
-bash-4.2$ conda create --name tsR403
Collecting package metadata: done
Solving environment: done
## Package Plan ##
environment location: /home/hqin/.conda/envs/tsR403
Proceed ([y]/n)? y
Preparing transaction: done
Verifying transaction: done
Executing transaction: done
#
# To activate this environment, use
#
# $ conda activate tsR403
#
# To deactivate an active environment, use
#
# $ conda deactivate
-bash-4.2$
-bash-4.2$ conda activate tsR403
(tsR403) -bash-4.2$ conda install -c conda-forge libv8
Collecting package metadata: done
Hong then run R
install.packages('tidyverse') #this seem to worked.
-----------------------------[ ANTICONF ]-------------------------------
Configuration failed to find the libv8 engine library. Try installing:
* deb: libv8-dev or libnode-dev (Debian / Ubuntu)
* rpm: v8-devel (Fedora, EPEL)
* brew: v8 (OSX)
* csw: libv8_dev (Solaris)
To use a custom libv8, set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
---------------------------[ ERROR MESSAGE ]----------------------------
<stdin>:1:16: fatal error: v8.h: No such file or directory
compilation terminated.
-------------------------------------------------------
(tsR403) -bash-4.2$ conda install -c conda-forge r-randomcolor
Collecting package metadata: \
#this install many packages
Ref: https://github.com/iaconogi/bigSCale2/issues/19
I then tried:
R: install.packages('EpiNow2') #this seems to be running now.
library(EpiNow2) #it worked!
install.packages('woldmet')
#The entire install seem to take almost 2 hours.
Checked a few hour later, EpiNow2 installation did not work.
No comments:
Post a Comment