...
Command 'swig.exe' failed. No such file or directory
...
Failed to build pylinkgrammar
What can I do to resolve this error and get the installation done?
Install wheel using pip install wheel
Then 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