Seo-young Silvia Kim

Results 3 comments of Seo-young Silvia Kim

Thanks a lot!! I followed @rifqiabidin 's link and did the "Installing from a local src tree" and it finally worked.

Another working example here with Anaconda and Python 3.6.6: `configure.win` has the following: ``` #!/bin/sh echo 'PKG_LIBS=-LC:/ProgramData/Anaconda3/libs -lpython36' > src/makevars.win echo 'PKG_CFLAGS=-I"C:/ProgramData/Anaconda3/include"' >> src/makevars.win ``` `C:\Rtools\mingw_64\bin` is added to PATH....