holzerp

Results 4 comments of holzerp

I tried doing it with Anaconda3 (after uninstalling python3.6) and got the same error as above after editting the configure.win file to read: #!/bin/sh echo 'PKG_LIBS=-LC:/Users/pholzer/AppData/Local/Continuum/Anaconda3/libs -lpython36' > src/makevars.win echo...

@ReportMort Which version of Anaconda did you install, and what did your configure.win file read ?

@jcrichard I tried exactly what you had and it came back with an error as follows: C:/RBuildTools/3.4/mingw_64/bin/gcc -shared -s -static-libgcc -o rPython.dll tmp.def pycall.o -LC:/Users/pholzer/AppData/Local/Continuum/Anaconda3/libs -lpython36 -Ld:/Compiler/gcc-4.9.3/local330/lib/x64 -Ld:/Compiler/gcc-4.9.3/local330/lib -LC:/PROGRA~1/R/R-34~1.1/bin/x64 -lR...

I just uninstalled my version of R and reinstalled R 3.1.3. I downloaded Anaconda3 for Python 3.6 and repeated the whole process of trying to install rPython on my Windows...