-
Notifications
You must be signed in to change notification settings - Fork 44
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
Command 'swig3.0' not found. #9
Comments
Try `yum install swig` or equivalent for Amazon Linux and install swig.
It might be a good idea to upgrade your pip as well `pip install --upgrade
pip`
Report back if it didn't work.
Sudhi
…On Wed, May 17, 2017 at 10:43 Nate Watson ***@***.***> wrote:
I am having an issue with scripts/config.sh :
The command 'swig3.0' is either not present or placed incorrectly. Here is
the final section of the script output:
inflating: stanford-corenlp-full-2013-06-20/xom.jar
inflating: stanford-corenlp-full-2013-06-20/jollyday.jar
Setup Charniak Parser ...
You are using pip version 6.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting bllipparser
Downloading bllipparser-2016.9.11.tar.gz (555kB)
100% |████████████████████████████████| 557kB 838kB/s
Complete output from command python setup.py egg_info:
Generating CharniakParser SWIG wrapper files
Running 'swig3.0 -python -c++ -module CharniakParser -Ifirst-stage/PARSE/
-Wall -builtin -outdir python/bllipparser -o
first-stage/PARSE/swig/wrapper.C first-stage/PARSE/swig/wrapper.i'
Error while running command: Command 'swig3.0' not found.
Build failed!
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-roHf4r/bllipparser
This is occurring on 64bit Amazon Linux 2017.03 .
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAwJ_-qff3tfRrYAntlVWZTwGLNmI2Luks5r6weHgaJpZM4Nd-EV>
.
|
I am also getting the same issue on a Linux machine. I downloaded the latest swig 3.0.xx but somehow the code is not able to find it. |
You can try to install swig3.0 using apt-get
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am having an issue with scripts/config.sh :
The command 'swig3.0' is either not present or placed incorrectly. Here is the final section of the script output:
inflating: stanford-corenlp-full-2013-06-20/xom.jar
inflating: stanford-corenlp-full-2013-06-20/jollyday.jar
Setup Charniak Parser ...
You are using pip version 6.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting bllipparser
Downloading bllipparser-2016.9.11.tar.gz (555kB)
100% |████████████████████████████████| 557kB 838kB/s
Complete output from command python setup.py egg_info:
Generating CharniakParser SWIG wrapper files
Running 'swig3.0 -python -c++ -module CharniakParser -Ifirst-stage/PARSE/ -Wall -builtin -outdir python/bllipparser -o first-stage/PARSE/swig/wrapper.C first-stage/PARSE/swig/wrapper.i'
Error while running command: Command 'swig3.0' not found.
Build failed!
This is occurring on 64bit Amazon Linux 2017.03 .
The text was updated successfully, but these errors were encountered: