Did you run makemigraions and migrate command in your project after installing the celery packages ?
try to get list of your pip packages via your IDE or just : python pip list orpython -m pip show django-celery-results, to make sure that the package is installed
Also make sure that you are running on your venv not your global python packages by : which celery and which django_celery_results