-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install issue with windows 10 !! (Anaconda working) #15
Comments
mine is echo 'PKG_LIBS=-LC:/ProgramData/Anaconda3/libs -lpython36' > src/makevars.win and it is working. No "" in tthe first line |
@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
The only difference is that I have a Windows 7 (32-bit) system. Should that make a difference? |
I do not know but I was using R 3.1.3 and packages are located in C:\Program Files\R\R-3.1.3\library |
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 7 (32-bit) system. I got the following error when running install("C:/Users/pholzer/Downloads/rPython") which rPython is the folder inside which the configure.win file reads Installing rPython
gcc -m64 -shared -s -static-libgcc -o rPython.dll tmp.def pycall.o -LC:/Users/pholzer/AppData/Local/Continuum/Anaconda3/libs -lpython36 -Ld:/RCompile/CRANpkg/extralibs64/local/lib/x64 -Ld:/RCompile/CRANpkg/extralibs64/local/lib -LC:/PROGRA
Any ideas? |
do you have python36.lib and python3.lib in the repository /Anaconda3/libs |
the same ERROR !! have you finally find the right way? |
No sorry.
Le jeu. 21 déc. 2017 à 07:24, RaoTianlong <notifications@github.com> a
écrit :
… the same ERROR !! have you finally find the right way?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#15 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APXirAa63VAyl5aynPStzfESoBiNutuzks5tCgepgaJpZM4Nj4yr>
.
|
I tried to install with python 2.7 and python 3.6 ..but not hope. The uninstall everything.
But while install with anaconda its works instantly !!
Dont know the reason ..but worked . :)
My settings in configuire.win file
echo 'PKG_LIBS=-L"C:/ProgramData/Anaconda2/libs" -lpython27' > src/makevars.win
echo 'PKG_CFLAGS=-I"C:/ProgramData/Anaconda2/include"' >> src/makevars.win
The text was updated successfully, but these errors were encountered: