-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Fixed Path to Sequitur Executable #3932
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
Conversation
Please let me know if I have done something wrong. |
@jtrmal can you merge this? |
I'll check it out and merge today... I'm a bit suspicious about the path --
there might be something else going on as we didn't have any complaints in
the past
y.
…On Sun, Feb 16, 2020 at 10:41 PM Daniel Povey ***@***.***> wrote:
@jtrmal <https://github.com/jtrmal> can you merge this?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3932?email_source=notifications&email_token=ACUKYXZSQSY6IGBHX36K4QDRDIBOLA5CNFSM4KWD3PCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEL462SY#issuecomment-586804555>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYX2UC7VM2ND72JGKD4LRDIBOLANCNFSM4KWD3PCA>
.
|
Hi, I just verified on two system that the binary is installed into ${SEQUITUR}/bin... |
I initially got this error while installing sequitur on CentOS 7:
I followed the instructions from the following link: Installation - Standard Output Log
Installation - Standard Error Log
There is no directory named |
It says:
So I think your change addresses something after your tweaks, but in general, it wouldn't be correct. |
Actually, I'm trying to figure out a more robust way how to install sequitur... Could you check out the original script (without your changes) and apply this simple diff?
Thanks! |
Sorry about not spotting that change. And Yes, Will check out the script with the diff and let you know. |
Hi @jtrmal I had to change Check if it is the same with the rest of the systems or if numpy 1.18.1 will work with other systems. |
Cool! I'm glad it worked. I will fix the numpy reqs as well.
Y.
…On Thu, Feb 20, 2020 at 08:15 Vishal Rao ***@***.***> wrote:
Hi @jtrmal <https://github.com/jtrmal>
The diff you suggested worked.
I had to change requirements.txt to not use the latest version of numpy
(I used 1.16.4).
Using the latest version of numpy (1.18.1) was throwing an error because
of something similar to the following link:
https://stackoverflow.com/questions/57734032/installing-numpy-scipy-in-python-2-7-now-fails-with-runtimeerror-python-vers
Basically because python2 is deprecated.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#3932?email_source=notifications&email_token=ACUKYX4E7BOLP2NAVH5USMDRDZ66FA5CNFSM4KWD3PCKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEMN25TA#issuecomment-589016780>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACUKYXYOZND4DUJZQPHBBB3RDZ66FANCNFSM4KWD3PCA>
.
|
While working on VoxForge, I found that the path for sequitur executable is not
$SEQUITUR/bin
, It is$SEQUITUR
.