Skip to content
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

Open
natewatson999 opened this issue May 17, 2017 · 3 comments
Open

Command 'swig3.0' not found. #9

natewatson999 opened this issue May 17, 2017 · 3 comments

Comments

@natewatson999
Copy link

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 .

@wadkar
Copy link

wadkar commented May 18, 2017 via email

@berzentine
Copy link

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.

@aacs0130
Copy link

aacs0130 commented Oct 6, 2020

You can try to install swig3.0 using apt-get

sudo apt-get update -y
sudo apt-get install -y swig3.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants