LoginSignup
0
0

More than 1 year has passed since last update.

ModuleNotFoundError: No module named 'vine.five'

Posted at

conda install celery でインストールされるCeleryが古い(4.4.0)模様。 conda install -c conda-forge celery が正解。

どうしても4.4.0を使いたい場合は以下が参考になる。

vineを5.0.0から1.3.0にダウングレードすることで回避できるとのこと。

pip uninstall vine
pip install vine==1.3.0
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0