-
Notifications
You must be signed in to change notification settings - Fork 110
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
new install drake.core not found #190
Comments
Are you committed to building this from source? As I said in your last issue, if you delete sour source checkout and just use the installer script, you will get a pre-built jar. There's nothing wrong with building from source, of course, but you seem to be running into some issues. |
Sorry to be a pain amalloy. I suppose I'm confused. I'm not committed to building from source. Would you please confirm the steps using only the installer. Thanks again...cheers |
The installer script is also the launcher script: it self-installs. Once you have it, you can run drake as described in the readme, by writing a Drakefile that defines the steps to run to manipulate whatever data you have. |
I dunno what I did wrong the last time....but it all appears to work as expected now... I suppose you can just delete this thread as it might just be confusing since I can't recreate the error |
Just for anyone who also googles this... I think I had the same problem. The directions on the README "Download the drake script from the master branch of this project." seemed to me not to preclude just git cloning the entire repo, so I did that to download the drake script and then followed along the rest of the directions. But confusingly the install script will throw these errors @toomanycats experienced if you clone the entire repo, but not if you have the install script alone. You have to take it literally and download ONLY the install script at For example this is what I did on ubuntu 14.04: apt-get update && apt-get install -y default-jre # install java
# DO NOT git clone the entire repo.
#instead, just get the single install script with wget or whatever you like
# put the file wherever you want to put it that will be on your PATH
wget https://raw.githubusercontent.com/Factual/drake/master/bin/drake -O /bin/drake # get install script `master:bin/drake`
chmod 755 /bin/drake # set permissions
drake # first run of drake script will install |
Hello everyone and thank you in advance for you help.
Some details about my setup
Previously
I posted here previously b/c the Linux installer script wasn't working for me.
Initially, I cloned the drake repo b/c that's just kinda what I do and the link to the installer script was not obvious using the browser theme I have.
It shouldn't really matter right, because I got the bin dir and the installer with the clone.
The installer failed for my Ubuntu 14.04 I think b/c of where Ubuntu keeps the SSL components.
Since then then, I got my Drake installation a little closer to working by simply using an insecure download option with cURL.
Where I'm at now
I step into the drake directory and do this:
bin/drake
The text was updated successfully, but these errors were encountered: