报错如图:

安装模块报错:ModuleNotFoundError: No module named 'djcelery'

报错原因:这个模块的模块名已经更改了

安装这个:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn django-celery==3.2.2

相关文章:

  • 2022-01-10
  • 2022-12-23
  • 2021-09-24
  • 2022-12-23
  • 2021-10-22
  • 2022-01-09
  • 2022-12-23
  • 2021-06-30
猜你喜欢
  • 2021-10-10
  • 2022-01-10
  • 2021-11-24
  • 2021-04-06
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案