Python Unable to find vcvarsall.bat

Simply try

python setup.py build --compiler=“c:\programs\MinGW\bin”install


or


  1. Add mingw32's bin directory to your environment variable: append c:\programs\MinGW\bin; to the PATH

  2. python setup.py build -c mingw32 install


评论

© ID4333709 | Powered by LOFTER