Notice
Link
Recent Posts
Recent Comments
- Today
- Total
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- sql
- 프로그래머스 SQL
- 컴퓨터통신
- gpt-api
- pandas
- 역전파
- ERROR: install is not COMMAND nor fully qualified CLASSNAME.
- npm install -g yarn 에러
- 컴퓨터 통신
- yarn 설치 에러
- 행렬
- TabNet
- 부스트캠프
- 쉽게 배우는 데이터 통신과 컴퓨터 네트워크 답지
- gpt-api에러
- inner join
- HackerRank
- 부스트캠프ai
- 딥러닝 역사
- NumPy
- MySQL
- pre-course
- 코딩테스트
- 깃
- map
- 프로그래머스
- 쉽게 배우는 데이터 통신과 컴퓨터 네트워크
- 딥러닝 개요
- 연관분석
- python
Archives
최말짱 블로그
typeerror: no loop matching the specified signature and casting was found for ufunc greater 본문
에러정리
typeerror: no loop matching the specified signature and casting was found for ufunc greater
최말짱 2023. 12. 5. 15:14728x90
typeerror: no loop matching the specified signature and casting was found for ufunc greater 에러
numpy 버전을 1.23.4로 다운그레이드 해주면 해결할 수 있다.
pip install numpy==1.23.4
'에러정리' 카테고리의 다른 글
[vscode] (서버에) 연결할 수 없음: 원격 호스트 키가 변경되었으며 포트 전달이 비활성화되었습니다. 오류 해결 (0) | 2025.02.11 |
---|---|
[gpt-api] openai.ratelimiterror: error code: 429 (0) | 2024.05.14 |
AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS' (3) | 2023.12.05 |
맥 python 실행 오류 zsh: no matches found (0) | 2023.01.18 |
ModuleNotFoundError: No module named 'sklearn.impute' (0) | 2022.12.27 |