dr + (sun)eam = er
close
프로필 배경
프로필 로고

dr + (sun)eam = er

  • 분류 전체보기
    • Hello, World!
      • dr-sun-eamer
      • tr-sun-aveler
    • TIL
      • FrontEnd
      • BackEnd
      • Linux
      • Cloud
      • AI
      • Java
      • C
      • DB
      • CS
      • etc
    • Algorithm
      • BOJ
      • programmers
      • LeetCode
      • SWEA
      • JUNGOL
      • SQL
    • ERROR
    • HRM
    • SSAFY
      • SSAFYcial
      • PJT
    • ESCAPE
    • ARCHIVE
  • 홈
  • Hello, world
  • TIL
  • ERROR
× Getting requirements to build wheel did not run successfully.  │ exit code: 1  ╰─> [15 lines of output]      The 'sklearn' PyPI package is deprecated, use 'scikit-learn'      rather than 'sklearn' for pip commands.

× Getting requirements to build wheel did not run successfully. │ exit code: 1 ╰─> [15 lines of output] The 'sklearn' PyPI package is deprecated, use 'scikit-learn' rather than 'sklearn' for pip commands.

간단하다 ModuleNotFoundError: No module named 'sklearn'에 속아 무작정 sklearn을 설치하지 말고, 써있는 대로 'scikit-learn'을 설치하자 에러 메시지 안 읽어보고 무작정 AI에 넣어 보는 바보가 되기 직전이라 걱정이다.. 😌

  • format_list_bulleted ERROR
  • · 2025. 10. 30.
  • textsms

Exception in thread "main" java.lang.IllegalStateException: Cannot load configuration class: config.AppCtx

org.springframework.context.support.AbstractApplicationContext prepareRefresh 정보: Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4fe3c938: startup date [Fri Jul 11 17:54:44 KST 2025]; root of context hierarchy Exception in thread "main" java.lang.IllegalStateException: Cannot load configuration class: config.AppCtx at org.springframework.context.annotation.C..

  • format_list_bulleted ERROR
  • · 2025. 7. 11.
  • textsms
[VSCode] Use 'const' with the constructor to improve performance.

[VSCode] Use 'const' with the constructor to improve performance.

VSCode에서 Flutter 코드 작성 중 파란 줄이 엄청 많이 뜨는 경우가 있는데, 문구는 아래와 같다 Use 'const' with the constructor to improve performance.Try adding the 'const' keyword to the constructor invocation.dart prefer_const_constructors  prefer_const_constructorsLearn more about the prefer_const_constructors linter rule.dart.dev 변하지 않을 상수에는 const를 쓰는 걸 권장한다.. 라는 것인데, 어느 것이 const인지 판별하다 오히려 오류가 날 수도 있다는 단점이 있다. 파란 줄을 뜨게 하지 않..

  • format_list_bulleted ERROR
  • · 2024. 8. 22.
  • textsms
AttributeError: 'NllbTokenizerFast' object has no attribute 'lang_code_to_id'

AttributeError: 'NllbTokenizerFast' object has no attribute 'lang_code_to_id'

며칠 전까지 잘 작동하던 코드가 갑자기 오류를 뱉는 현상을 본 적이 있습니까?일어날 수 있으니 각오해십시오   NLLB로 번역 해보는 실습에서 AutoTokenizer로 tokenizer을 만들어서 해보려는데 며칠 전까지 분명 결과가 잘 나오던 기억이 있는데 갑자기 안 됐다transformers의 최신 버전(4.38 이후)에서는 lang_code_to_id를 제공하지 않기 때문에  !pip install transformers==4.37.0 (4.37.1, 4.37.2 혹은 그 아래 원하는 버전으로..)pip install transformers만 하면 오류 날 테니 그 이하 버전으로 직접 설정해서 깔아 주면 해당 에러는 사라집니다 😮

  • format_list_bulleted ERROR
  • · 2024. 7. 21.
  • textsms
textarea 태그 닫기

textarea 태그 닫기

오랜만의 HTML textarea를 쓰고 name을 지정한 뒤 습관적으로 />로 닫으니 제대로 닫히지 않은 채 깨져서 나타났다    아래와 같이 내용이 없더라도 분리해서 잘 닫아주면 정상적으로 표시되는데, 이는 HTML의 모든 태그가 Self-closing을 지원하지 않기 때문이다.    Self-closing을 지원하는 태그들은 img나 link와 같이, void한 상태로 내용을 갖고 있는 것이 아니라 무언가를 가리키는 것이기 때문에 가능하다. 자주 쓰는 , , , 등은 해당하므로 써도 좋지만, 그렇지 않다면 구분해서 잘 써주도록 하자   참고: https://www.scaler.com/topics/self-closing-tags-in-html/

  • format_list_bulleted ERROR
  • · 2024. 7. 1.
  • textsms
input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.

input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.

안녕하세요?오랜만의 멍청 에러상 수상  이렇게 input 태그 사이에 글을 넣으면 input is a void element tag and must neither have `children` nor use `dangerouslySetInnerHTML`.   안됩니다..  input 태그에는 placeholder이 있다는 것을 잊지 말자!!!!   짠

  • format_list_bulleted ERROR
  • · 2024. 5. 26.
  • textsms
  • navigate_before
  • 1
  • 2
  • 3
  • navigate_next
인기 글
최근 글
전체 카테고리
  • 분류 전체보기
    • Hello, World!
      • dr-sun-eamer
      • tr-sun-aveler
    • TIL
      • FrontEnd
      • BackEnd
      • Linux
      • Cloud
      • AI
      • Java
      • C
      • DB
      • CS
      • etc
    • Algorithm
      • BOJ
      • programmers
      • LeetCode
      • SWEA
      • JUNGOL
      • SQL
    • ERROR
    • HRM
    • SSAFY
      • SSAFYcial
      • PJT
    • ESCAPE
    • ARCHIVE
Copyright © 쭈미로운 생활 All rights reserved.
Designed by JJuum

티스토리툴바