Reputation: 313
I installed DALL-E following the instructions on https://github.com/openai/DALL-E
and got : ---> 10 from dall_e import map_pixels, unmap_pixels, load_model 11 from IPython.display import display, display_markdown 12
ModuleNotFoundError: No module named 'dall_e'
Upvotes: 0
Views: 659
Reputation: 56
I found that it helped when I changed which Python version I was using.
It fixed my issue when I changed mine from 3.7.- to 3.10.7.
Upvotes: 1