1

you are can see in this image my pip is updated enter image description here

1 Answers1

0

To fix the problem, downloaded swig for windows

Copy swig.exe to the python installation folder (for ex C:/python27)

Open swigwin-3.0.12/Lib folder and copy all *.swg files to the C:/python27/lib or equivalent python path

Open swigwin-3.0.12/lib/python and copy all the files to (C:/python27/lib)

(Also make sure you have Microsoft Visual C++ Compiler for Python installed)

These steps worked for me. I was able to find a fix from another user

Jay Lynch
  • 1
  • 1