mrchypark / multilinguer

Gentle Programming Language Installer (like JDK, conda) for R User
https://mrchypark.github.io/multilinguer/
Other
7 stars 2 forks source link

Windows 10, R 4.0.0, RStudio 1.2.1335 환경에서 install_jdk() 실행 중 오류 #20

Closed n30v364 closed 2 years ago

n30v364 commented 4 years ago

Windows 10, R 4.0.0, RStudio 1.2.1335 환경에서 install_jdk() 실행 중 아래와 같은 오류가 발생했으나, 계속, # 의존성 패키지 설치, # github 버전 설치 완료 후, 정상적으로 KoNLP 설치는 완료되었읍니다.

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

install_jdk() trying URL 'https://corretto.aws/downloads/latest/amazon-corretto-11-x64-windows-jdk.zip' Content type 'application/zip' length 184907881 bytes (176.3 MB) downloaded 176.3 MB

경고: 저장하는 데이터를 1024문자로 잘라냅니다. √ Adding 'JAVA_HOME=C:/Users/neove/corretto/jdk11.0.7_10' to 'C:/Users/neove/Documents/.Renviron'

Restarting R session...

install.packages('rJava', type = 'binary');library(rJava);.jinit();rstudioapi::restartSession() trying URL 'https://cran.rstudio.com/bin/windows/contrib/4.0/rJava_0.9-12.zip' Content type 'application/zip' length 1501700 bytes (1.4 MB) downloaded 1.4 MB

package ‘rJava’ successfully unpacked and MD5 sums checked

The downloaded binary packages are in C:\Users\neove\AppData\Local\Temp\RtmpY7Lgyl\downloaded_packages

Restarting R session...

Error in gzfile(file, "wb") : cannot open the connection Error: no more error handlers available (recursive errors?); invoking 'abort' restart Error saving session (options): R code execution error WARNING: Forcing suspend of process in spite of all session data not being fully saved.

mrchypark commented 4 years ago

안녕하세요 대답이 늦었네요 ㅠ 현재 4 버전에서 동작을 아직 확인하지는 못하였는데요. 뭔가 달라진 부분이 있을 수 있을 것 같습니다. 확인해봐야 겠네요.

이슈 등록해주셔서 대단히 감사합니다.

cho-namok commented 4 years ago

Downloading GitHub repo haven-jeon/KoNLP@master 에러: Failed to install 'KoNLP' from GitHub: package ‘backports’ does not have a namespace

알려주신데로 설치하다가 위 에러가 발생했어요. 에러 수정을 어떻게 해야할까요?

mrchypark commented 4 years ago

backports 는 과거 버전의 함수를 현재 버전에서 사용할 수 있도록 지원하는 패키지 입니다. 아래 함수로 설치하고 다시 수행하시면 동작하지 않을까 싶습니다. 혹시 싶어 R 4.0.2 에서 클린 설치 진행해봤는데요. 저는 잘 동작하네요 ㅠ

install.packagees("backports")
n30v364 commented 4 years ago

답변을 주셔서 감사합니다.

제가 여러 방법을 시도한 것같은데....정확히 어떤 방법을 썼는지는 기억이 안나지만, 설치해서 현재 잘 사용하고 있습니다.

신경 써 주셔서 감사합니다^^

On Sat, Jun 27, 2020 at 11:23 PM Chan-Yub Park notifications@github.com wrote:

backports 는 과거 버전의 함수를 현재 버전에서 사용할 수 있도록 지원하는 패키지 입니다. 아래 함수로 설치하고 다시 수행하시면 동작하지 않을까 싶습니다. 혹시 싶어 R 4.0.2 에서 클린 설치 진행해봤는데요. 저는 잘 동작하네요 ㅠ

install.packagees("backports")

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mrchypark/multilinguer/issues/20#issuecomment-650567279, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFTG2SNZ4DNXFNRZVHWZT53RYX6FLANCNFSM4M3BZZHQ .

cho-namok commented 4 years ago

감사합니다~ 다시 해보겠습니다Daum 메일앱에서 보냈습니다.--------- Original Message --------- From: n30v364 To: mrchypark/multilinguer Date: Fri Jul 03 14:03:20 GMT+09:00 2020 Subject: Re: [mrchypark/multilinguer] Windows 10, R 4.0.0, RStudio 1.2.1335 환경에서 install_jdk() 실행 중 오류 (#20)

답변을 주셔서 감사합니다.

제가 여러 방법을 시도한 것같은데....정확히 어떤 방법을 썼는지는 기억이 안나지만, 설치해서 현재 잘 사용하고 있습니다.

신경 써 주셔서 감사합니다^^

On Sat, Jun 27, 2020 at 11:23 PM Chan-Yub Park notifications@github.com

wrote:

backports 는 과거 버전의 함수를 현재 버전에서 사용할 수 있도록 지원하는 패키지 입니다. 아래 함수로 설치하고 다시

수행하시면 동작하지 않을까 싶습니다.

혹시 싶어 R 4.0.2 에서 클린 설치 진행해봤는데요. 저는 잘 동작하네요 ㅠ

install.packagees("backports")

You are receiving this because you authored the thread.

Reply to this email directly, view it on GitHub

https://github.com/mrchypark/multilinguer/issues/20#issuecomment-650567279,

or unsubscribe

https://github.com/notifications/unsubscribe-auth/AFTG2SNZ4DNXFNRZVHWZT53RYX6FLANCNFSM4M3BZZHQ

.

—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or unsubscribe. [ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/mrchypark/multilinguer/issues/20#issuecomment-653349146", "url": "https://github.com/mrchypark/multilinguer/issues/20#issuecomment-653349146", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

SH-Baik commented 4 years ago

Windows10 R version 4.0.2 (2020-06-22) RStudio Version 1.3.1073 에서 다음과 같은 에러가 뜹니다. jdk도 새로 설치해봤는데도 계속 같은 에러 메시지가 뜨는데 이유를 모르겠습니다.

install_jdk() URL 'https://corretto.aws/downloads/latest/amazon-corretto-11-x64-windows-jdk.zip'을 시도합니다 Content type 'application/zip' length 185607712 bytes (177.0 MB) downloaded 177.0 MB

Error in zip::unzip(...) : zip error: Cannot extract filejdk11.0.8_10/bin/java.dll` in filezip.c:211`

mrchypark commented 2 years ago

@SH-Baik 안녕하세요 zip 패키지의 의존성을 제거하여 문제가 해결되었을꺼라 예상하고 있습니다.

remotes::install_gitlab("mrchypark/multilinguer")

로 개발버전을 설치하고 다시 실행해봐주세요. 감사합니다.