Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to solve the error when python installs celery scheduling tasks under windows

2025-01-19 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly explains how to solve the error when installing celery scheduling tasks in python under windows. The explanation in this article is simple and clear, easy to learn and understand. Please follow the ideas of Xiaobian and go deep into it slowly to study and learn "how to solve the error when installing celery scheduling tasks in python under windows"!

Celery 4.0 does not support Windows. So the celery installed with pip install celery is the latest version 4.0 and does not run under windows.

Run in windows command window:

celery -A tasks worker --loglevel=info

error will occur

Solution: uninstall celery 4.0 and install celery 3.0.

Execute the following command in the command window:

12pip uninstall Celery pip install Celery = = 3.1 Thank you for reading, the above is "python in windows installation Celery scheduling task error how to solve" the content, after the study of this article, I believe that everyone on python in windows installation Celery scheduling task error how to solve this problem has a deeper understanding, the specific use of the situation also needs to be verified by practice. Here is, Xiaobian will push more articles related to knowledge points for everyone, welcome to pay attention!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report