generative_agents
generative_agents copied to clipboard
failed building wheel for pillow error
How can I resolve this error? I'm trying to install the requirement.txt
Pillow==9.5.0
Pillow==9.5.0
This worked for me.
I got the same error so I removed the environment and created a new one with the specific Python version they suggest
conda create --name envname python=3.9.12