python-ESL
python-ESL copied to clipboard
Uncompatible with swig4
Swig 4 deprecated -classic
.
https://github.com/sangoma/python-ESL/blob/a9ce41832cbd23557183120dd5027631f70d6ea2/setup.py#L25
Relevant output (compilation fails with exit status 1):
swig -python -classic -c++ -DMULTIPLICITY -threads -I. -o ESL_wrap.cpp ESL.i
Deprecated command line option: -classic. This option is no longer supported.
error: command 'swig' failed with exit status 1
Tested in swig 4.0.1.
Same issue here, any fix for this? Just remove the -classic?
Same issue here also
Hi I have manage to solve this apt install git and then pip install -e git+https://github.com/alexey-khabulyak/python-ESL#egg=python-ESL
You can also install with pip
and lock swig
to a 3.X.X version as well, which is what I ended up doing as python-ESL
was the only package that was making use of it.