apt install swig

错误与解决

错误1:swig未安装

  1. swig -python -classic -c++ -DMULTIPLICITY -threads -I. -o ESL_wrap.cpp ESL.i
  2. unable to execute 'swig': No such file or directory
  3. error: command 'swig' failed with exit status 1

apt install swig

错误2: