Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- channels
- materialized
- qpa_plugin
- QApplication
- django test
- pip 오류
- pip 설치
- bzpopmin
- pyside6
- Self ERP
- optimization page
- django erp
- uiload
- test drive development
- django drf
- 중량 관리
- django rank
- 채널스
- pyside6 ui
- 재고 관리
- ERP
- 페이지 최적화
- tensorflow
- 장고
- 장고로 ERP
- 파이썬
- qwindows.dll
- query 최적화
- django
- Python
Archives
- Today
- Total
목록bzpopmin (1)
취미삼아 배우는 프로그래밍

When using Channels Library in Django. It throws Errors when latest version of that.redis.exceptions.ResponseError : unknown command 'BZPOPMIN'Because:It is the version issue.Solution:Succed version of that:Django==5.1.6channels==4.2.0channels_redis==4.2.1andredis version is5.0.14.1(window version) when use the latest version of redis(*7.4.1) it can throw error.so you need to use downgraded vers..
파이썬(장고)
2025. 2. 15. 00:34