Closed ObadaS closed 2 weeks ago
So it looks like this error exists for all celery tasks that you want to starts manually. It might be related to the setuptools package version.
A good thing would be to upgrade the python packages. Lots of them are outdated
A good thing would be to upgrade the python packages. Lots of them are outdated
We're on it!
This issue has been fixed by https://github.com/codalab/codabench/pull/1543
Hello,
Launching the Storage Analytics function manually results in an error that prevents it from running.
Inside
docker-compose exec django ./manage.py shell_plus
However, the weird part is that when the function is launched automatically, it seems to run successfully.
I am pretty sure that this error started appearing after #1459