PyTorchKorea / pytorch.kr

🇰🇷파이토치 한국 사용자 모임 홈페이지 저장소입니다. (Repo. for PyTorch Korea User Group website🇰🇷)
https://pytorch.kr
BSD 3-Clause "New" or "Revised" License
14 stars 55 forks source link

Pytorch.kr 윈도우 빌드 관련 문제입니다. #26

Closed Taeyoung96 closed 2 years ago

Taeyoung96 commented 2 years ago

🕋 문제 상황

재현 경로

  1. Pytorch-hub-kr 빌드 진행을 위해 ./preview_hub.sh를 누릅니다.
  2. 다음과 같은 에러가 보입니다.
    jekyll 3.9.2 | Error:  No source of timezone data could be found.
    Please refer to https://tzinfo.github.io/datasourcenotfound for help resolving this error.
    C:/Users/TaeYoung/Desktop/test-hub/PyTorch-hub-kr/_preview/vendor/bundler/ruby/2.7.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb:182:in `rescue in create_default_data_source': No source of timezone data could be found. (TZInfo::DataSourceNotFound)

예상 동작

Gemfile을 수정시 정상적으로 빌드가 되는 것을 확인했습니다.

ast argument as keyword parameters is deprecated
                    done in 16.071 seconds.
  Please add the following to your Gemfile to avoid polling for changes:
    gem 'wdm', '>= 0.1.0' if Gem.win_platform?
 Auto-regeneration: enabled for 'C:/Users/TaeYoung/Desktop/test-hub/PyTorch-hub-kr/_preview'
    Server address: http://127.0.0.1:4000/
  Server running... press ctrl-c to stop.

스크린샷

Gemfile을 수정하고 빌드 완료를 할 경우, http://127.0.0.1:4000/에서 아래와 같은 페이지를 확인할 수 있습니다.

image

사용환경 (아래 내용들을 남겨주세요):

기타

Taeyoung96 commented 2 years ago

해결 된 issue이므로 close하도록 하겠습니다. 😄