Module Can't Be Installed In Django Virtual Environment
I used pip install django-celeryand pip3 install django-celery in Pycharm. After that I use import djcelery,but Pycharm reminds me no module named djcelery. Then I used pip list I
Solution 1:
Seems like you've installed django-celery
in another environment. Try to install it with PyCharm:
- File > Settings > Project > Project Interpreter.
Post a Comment for "Module Can't Be Installed In Django Virtual Environment"