You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Love this script for my terminal, using m1max osx,
since an python update I got this:
Traceback (most recent call last):
File "/Users/username/colorize_ascii.py", line 5, in
import pyfiglet
ModuleNotFoundError: No module named 'pyfiglet'
Hi, I totally missed this question. Did you manage to fix it?
It might be that now you are running the rgb script with a different installation of python from the one that has pyfiglet installed.
If Python detects the pip module as non-existent, which is useful in many cases (like installations that did not install pip), use the built-in ensurepip module to install it:
python -m ensurepip
If that doesn't work feel free to reopen the issue :)
Love this script for my terminal, using m1max osx,
since an python update I got this:
Traceback (most recent call last):
File "/Users/username/colorize_ascii.py", line 5, in
import pyfiglet
ModuleNotFoundError: No module named 'pyfiglet'
But I got the module installed.
Problem:
Homebrew/homebrew-core#76621
How can I fix it and make it work again?
The text was updated successfully, but these errors were encountered: