I get an error when I try to install pylinkgrammar 0.2.14, including:

Building wheel for pylinkgrammar (setup.py) error:
...
Command 'swig.exe' failed. No such file or directory
...
Failed to build pylinkgrammar

trace

What can I do to resolve this error and get the installation done?

3

Best Answer


Install wheel using pip install wheelThen download SWIG from here http://www.swig.org/download.htmland watch this video to know how to install it on windows https://www.youtube.com/watch?v=HDD9QqLtAwsand try to install pylinkgrammar again and it should work now

Hye

I think you need to install this :pip3 install wheel

Try again after doing it

  • Download SWIG - http://www.swig.org/download.html
  • Add Downloaded SWIG folder to PATH
  • Restart Pycharm / any python coding environment
  • Try to Install Again the packages