'openAI DALL-E ModuleNotFoundError

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'



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source