Closed KrollBio closed 5 years ago
This looks like a problem with your cargo installation: error: couldn't create a temp dir: No such file or directory (os error 2)
. Do you have a c compiler (gcc) installed?
This looks like a problem with your cargo installation:
error: couldn't create a temp dir: No such file or directory (os error 2)
. Do you have a c compiler (gcc) installed?
Here is the gcc installed on my machine
kyle@kyle-XPS-13-9360 ~ $ gcc --version
gcc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Issue resolved by manually installing cc
via
cargo install cc
then proceeding with
devtools::install_github("r-rust/gifski")
Trying to install gifski for use with gganimate package. After successfully installing cargo and rust I ran the install command and received the following errors:
Note: Installing gifski via cargo install gifski worked without error