I want to install bullet,
pip3 install bullet
then run this script
from bullet import Bullet, Check, YesNo, Input
but I get this
ModuleNotFoundError: No module named 'bullet'
Whats happening?
EDIT: I'm using python version 2.7.18
I'm running my script through a file like this:
python3 file.py
which python = /usr/bin/python
which pip3 = /Library/Frameworks/Python.framework/Versions/3.9/bin/pip3