Trouble shooting(35)
-
[konlpy] JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly.
[konlpy] JVMNotFoundException: No JVM shared library file (jvm.dll) found. Try setting up the JAVA_HOME environment variable properly. import pandas as pd from konlpy.tag import Okt import re # CSV 파일 로드 df = pd.read_csv('triplefantasy_ios_review.csv') # 필요한 컬럼 선택 df = df[['date', 'review', 'rating', 'isEdited', 'title', 'userName', 'developerResponse', 'app']] # Okt 인스턴스 생성 okt = Okt() 아래 okt =..
2024.04.18 -
[app_store_scraper] [ERROR] Base - Something went wrong: 'latin-1' codec can't encode characters in position 30-32: ordinal not in range(256)
[app_store_scraper] [ERROR] Base - Something went wrong: 'latin-1' codec can't encode characters in position 30-32: ordinal not in range(256) 2024-04-17 19:17:25,749 [INFO] Base - Initialised: AppStore('kr', '{앱이름-앱이름}', {앱id숫자}) # {앱이름-앱이름} 형태의 입력, {앱id 숫자}는 int 2024-04-17 19:17:25,750 [INFO] Base - Ready to fetch reviews from: https://apps.apple.com/kr/app/{앱이름-앱이름}/id{앱id숫자} 2024-04-17 19:17:..
2024.04.18 -
[selenium] AttributeError: module 'selenium.webdriver' has no attribute 'Service'
오류 AttributeError: module 'selenium.webdriver' has no attribute 'Service' 환경 Linux(ubuntu 20.04), Windows11 python 3.10.11 selenium 4.18.1 chrome 122.0.6261.95(공식 빌드) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[11], line 9 6 options = webdriver.ChromeOptions() 7 options.add_argument('--headless') ----> 9 dri..
2024.02.29 -
[MySQL] Cannot Connect to Database Server
보호되어 있는 글입니다.
2024.02.19 -
[Git] clone 시 윈도우 보안 엑세스 차단 오류
문제 발생 상황 환경 git bash - 관리자 권한 실행 o 윈 11 git clone 시 거부. 설에 집에 내려와서 작업을 하려고 git clone 하려는데 계속 거부가 된다. git 에서 clone 으로 땡겨올 디렉토리가 존재하지 않는다고 오류가 뜨는데... 해결방법 계속 clone을 시도할때마다 윈도우 디펜더에서 엑세스를 차단했다고 알람이 뜬다. 보호기록으로 가서 작업 - 디바이스에서 허용을 눌러준다. 처음 겪는 상황이라 당황스러웠지만 보안 이니 ㅇㅈㅇㅈ..
2024.02.09 -
[GitHub] this exceeds GitHub's file size limit of 100.00 MB error (100메가 이상 깃헙 에러)
[GitHub] this exceeds GitHub's file size limit of 100.00 MB error (100메가 이상 깃헙 에러) troubleshooting remote: error: See https://gh.io/lfs for more information. remote: error: File backend/app/ai/fashion/models/deepfashion2_yolov3.data-00000-of-00001 is 235.57 MB; this exceeds GitHub's file size limit of 100.00 MB remote: error: File backend/app/ai/fashion/models/darknet_training_settings/deepfashi..
2024.02.07