Closed CasonUK closed 2 years ago
When I run nft.py I get the following error message:
File "nft.py", line 5, in from PIL import Image ImportError: No module named PIL
I've tried uninstalling pil and pillow and reinstalling pillow, but the error keeps arising. Any thoughts??
Thanks!
any update on this?
Use pip3 instead of pip and python3 instead of python
pip3
pip
python3
python
Thanks! Worked like a charm.
When I run nft.py I get the following error message:
File "nft.py", line 5, in
from PIL import Image
ImportError: No module named PIL
I've tried uninstalling pil and pillow and reinstalling pillow, but the error keeps arising. Any thoughts??
Thanks!