-
Notifications
You must be signed in to change notification settings - Fork 5
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
Installation problem in Ubuntu 12.04 #39
Comments
Hrm ... you need the rebar executable file. Do you have rebar in your path? What is the output of "which rebar" -- could you paste that? I'm not sure if Ubuntu 12.04 had rebar in its apt archives, but if it did $ wget https://github.com/rebar/rebar/wiki/rebar Let me know how that goes ... On Mon, Jan 12, 2015 at 6:39 AM, German Alfaro notifications@github.com
|
Hi Duncan, Thank you for reply. Now I have the following issue. ...
Already up-to-date. I realized I don't have installed Python 3, that could be the issue? Thanks On Mon, Jan 12, 2015 at 8:33 AM, Duncan McGreggor notifications@github.com
|
You will defnitely need Python 3 installed, but that's not this particular The update shouldn't be happening -- I'll have edit the Makefile to take Hrm, do you have an environment variable set for make? What is the output Let me know, and I'll also look at things at this end ... On Mon, Jan 12, 2015 at 1:19 PM, German Alfaro notifications@github.com
|
Hrm, it might be an alias set up, too. Perhaps something created an alias To find out, you can do this in bash: type make And see what it returns. On Mon, Jan 12, 2015 at 3:10 PM, Duncan McGreggor duncan@cogitat.io wrote:
|
The same as before this is what I got when : Already up-to-date.
You are not currently on a branch, so I cannot use any
You are not currently on a branch, so I cannot use any
You are not currently on a branch, so I cannot use any
You are not currently on a branch, so I cannot use any
You are not currently on a branch, so I cannot use any
You are not currently on a branch, so I cannot use any
Already up-to-date. |
On Mon, Jan 12, 2015 at 8:59 PM, German Alfaro notifications@github.com
Nope. Hadn't gotten to it yet. Just did.
To ensure maximum ease of support, lsci expects that you will let it $ make As such, you won't need to use (or worry about affecting) your system Already up-to-date.
|
Okay, that did it (missing line in one of the make includes; didn't notice Thanks for submitting the bug! Try it again after a git pull --all ... On Mon, Jan 12, 2015 at 11:48 PM, Duncan McGreggor duncan@cogitat.io
|
Hrm, hang on a sec -- don't update yet. Looks like there's been a ton of work done on ErlPort in the last week or I will update the dependencies so that it pulls from a known good On Tue, Jan 13, 2015 at 12:00 AM, Duncan McGreggor duncan@cogitat.io
|
Okay! That worked. I needed to pin ErlPort in LFE py (not lsci), so you'll need $ rm -rf deps/py deps/erlport Then, if you don't see errors after starting up, you should be good to go.
On Tue, Jan 13, 2015 at 12:04 AM, Duncan McGreggor duncan@cogitat.io
|
made some progress after struggling with a bug related to using venv in Compiled src/lsci-util.lfe On Mon, Jan 12, 2015 at 10:11 PM, Duncan McGreggor <notifications@github.com
|
Sad news, my friend: your distro may be too old for lsci :-( As far as I'm aware, Ubuntu 12.04 has packages for Python 3.2. The On Tue, Jan 13, 2015 at 1:29 AM, German Alfaro notifications@github.com
|
Yes, I manually update to Python3.3. pip3 and venv but still the same, I guess this would be the same until I upgrade. Do you think if only use erlport to load a Python function would be the same issue?, I am new to Erlang, I would be awesome to have the same things that Python has (Numpy, Scipy etc). Well... to be honest Elixir is the thing to tookr mr to research this, I see it very haskelian, in a friendlier way.. |
This happens at try to $make
I have the rebar function there any clues?
$ make
Getting dependencies ...
/bin/sh: 1: rebar: not found
make: *** [get-deps] Error 127
Thanks
The text was updated successfully, but these errors were encountered: