installation of package ‘devtools’ had non-zero exit status - devtools

I'm trying to install the package "dev tools" on my machine. I'm using Studio on MacOs. I simply typed
install.packages("devtools"), and the installation seems to work, but then I get the error message: installation of package ‘devtools’ had non-zero exit status.
I've read a lot of old threads on this already, but they're either for Ubuntu or just not working on my Mac. Does anyone have any suggestions?
Btw, I do have the latest version of Studio installed.
Thanks in advance!

Related

how to install unixodbc on linux

I am trying to install unixodbc on linux (clean install of ubuntu 20), but the directions here are not working for me. When I get the step to ./configure , I get an error saying "configure: error: odbc_config not found (required for unixODBC build)".
Given that this is a popular package and the instructions on the main website don't work, I'm wondering if someone in that community could help me install it?
I tried installing it directly from a .deb file which appeared to work with 0 exit status, but I am still getting an error when I try to run odbc_config, which is how they say to verify the installation. And which unixodbc returns nothing.
Any help installing this package on linux would be greatly appreciated!
Note: On mac, brew install unixodbc works just fine. But I am running into problems when using the compiled binaries from that installation on a linux machine -- it is giving me a mysterious file not found error when I try to reference it, even though it is there, so I believe I need to compile it on linux in order to get it to work.
EDIT: I tried installing from source, but then I got a different error: libpq library version = 9.2 is required. Is there any way to install this package on ubuntu without having to set all kinds of special flags?
EDIT2: I was able to get the installation process to complete after installing libpq-dev.

Scrypto simulator installtion failure?

I am trying to install the simulator as per the instruction in here.
I am getting the following failure message:
It looks like it cannot find clang. You should have clang and its development package installed, otherwise this crate cannot build against it, which it apparently needs to do.
Scrypto v0.3 requires you to have llvm installed. Please follow these steps to get it installed:
On Windows: use this installer
On Linux: run sudo apt install llvm
After installation, don't forget to close and reopen your terminal

haxm installed successfully but still can't run app

Intel HAXM installs successfully (according to the log) both through Android Studio and directly from Intel's executable. However, Android Studio says "HAXM is not installed" and prompts me to install it in an endless cycle (Not installed, install? Installed successfully. Not installed, install?). I am new to all this so could someone help me out with simple words, thanks!

npm install dtrace-provider error: NOT FOUND make

I got error when i install dtrace-provider on my labtop.
My environment is windows 10 sub linux system on Ubuntu 18.04 LTS, and i am using zsh.
Dose anyone know how to fix this?
I have been run as administrator for this Windows Terminal(Preview) version.
There is no prebuild binary provided for the platform + node version combo, it retreats back to building from source with node-gyp, which then throws an error because make binary is not found. make is required for building from source from what the source looks like
solution: install make and all the requirements for this lib
https://github.com/chrisa/node-dtrace-provider#troubleshooting-build-issues

error when trying to install libtmcg "configure: error: libgmp >= 4.1 is needed"

I've tried installing different libgmp's from ubuntu app center and I tried installing it manually from http://gmplib.org/#DOWNLOAD but I can't get this to configure it's an old library and I'm trying to run it on the latest version of ubuntu but I didn't think I'd have problems but I'm new to trying to use libraries like this any help would be greatly appreciated.
I've had these kind of errors installing dependencies before, and I realized that you must to force the installation of such pack having it... you didn't mention the version of your Ubuntu, so I'm assuming you're working with 12.10. But if not you always can look up for the version you are running on.
Just download the pack from here, of course, depending on your architecture, and after that run sudo apt-get -f install in order to force the installation of broken packs.

Resources