I've backtracked so many times and I still have no idea why it doesn't run. I didn't even want to ask for help but I think I've turned my brain into that drug commercial where the guy smashes an egg with a frying pan. Definitely my brain on termux... and probably drugs. Can't wait to feel stupid when it's super easy probably.
~/007-TheBond/src $ python3 007-TheBond.py
Traceback (most recent call last):
File "/data/data/com.termux/files/home/007-TheBond/src/007-TheBond.py", line 2, in
import pyfiglet
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/init.py", line 11, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'
I've backtracked so many times and I still have no idea why it doesn't run. I didn't even want to ask for help but I think I've turned my brain into that drug commercial where the guy smashes an egg with a frying pan. Definitely my brain on termux... and probably drugs. Can't wait to feel stupid when it's super easy probably.
~/007-TheBond/src $ python3 007-TheBond.py Traceback (most recent call last): File "/data/data/com.termux/files/home/007-TheBond/src/007-TheBond.py", line 2, in
import pyfiglet
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pyfiglet/init.py", line 11, in
import pkg_resources
ModuleNotFoundError: No module named 'pkg_resources'