我按照https://github.com/openai/DALL-E上的说明安装了DALL-E
并得到:-> 10来自dall_e map_pixels,unmap_pixels,load_model 11来自IPython.display导入显示,display_markdown 12
ModuleNotFoundError:没有名为“dall_e”的模块
发布于 2022-12-03 19:35:46
当我更改正在使用的Python版本时,我发现它很有帮助。
它解决了我的问题,当我把我的问题从3.7改为3.10.7。
https://stackoverflow.com/questions/72078830
复制相似问题