0

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'

Itay
  • 313
  • 2
  • 3
  • 13

1 Answers1

1

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.

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
Eekk2k2
  • 36
  • 2