Guest User

Untitled

a guest
Jan 17th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. Installing rPython
  2. "C:/PROGRA~1/MIE74D~1/RCLIEN~1/R_SERVER/bin/x64/R" --no-site-file --no-environ --no-save --no-restore
  3. --quiet CMD INSTALL "C:/Users/felix.schildorfer/OneDrive - Avanade/Education/GitHub/rPython"
  4. --library="C:/Users/felix.schildorfer/Documents/R/win-library/3.3" --install-tests
  5.  
  6. * installing *source* package 'rPython' ...
  7. ** libs
  8. Warnung: this package has a non-empty 'configure.win' file,
  9. so building only the main architecture
  10.  
  11. C:/RBuildTools/3.4/mingw_64/bin/gcc -m64 -shared -s -static-libgcc -o rPython.dll tmp.def pycall.o -L C:/Python/Python36/libs -libpython36.a -LC:/swarm/workspace/External-R-3.3.2/vendor/extsoft/lib/x64 -LC:/swarm/workspace/External-R-3.3.2/vendor/extsoft/lib -LC:/PROGRA~1/MIE74D~1/RCLIEN~1/R_SERVER/bin/x64 -lR
  12. C:/RBuildTools/3.4/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -libpython36.a
  13. collect2.exe: error: ld returned 1 exit status
  14. no DLL created
  15. ERROR: compilation failed for package 'rPython'
  16. * removing 'C:/Users/felix.schildorfer/Documents/R/win-library/3.3/rPython'
  17. Error: Command failed (1)
Add Comment
Please, Sign In to add comment