1👍
✅
Since our discussion in comments identifies the problem, I’ll post my answer.
I’d suggest a few ways that you can use.
-
Uninstall one of the python versions as you do not actually need two python running. Alternatively, remove one of the python paths from your environment variables so that both CLI and your project use same versions.
-
Use Pycharm, an IDE which will let you use specific python version through its interface and will allow you to install packages for the version you have selected.
or
- Follow this thread on stackoverflow. Which is a similar question as you asked in your last comment.
Source:stackexchange.com