During the installation steps, there's a point where you say:
pip install -r requirements.txt --no-cache-dir
I see on the folder there's a requirements-NonIntelMac.txt.txt that I guess is for using when installing this on an Apple Silicon chip.So I used this. But anyways, when I run the python dream.py command, the following error occurs.
ModuleNotFoundError: No module named 'keras.src.engine'
Is there anyone that can help me?
Thanks in advance!
During the installation steps, there's a point where you say:
pip install -r requirements.txt --no-cache-dirI see on the folder there's a
requirements-NonIntelMac.txt.txtthat I guess is for using when installing this on an Apple Silicon chip.So I used this. But anyways, when I run thepython dream.pycommand, the following error occurs.ModuleNotFoundError: No module named 'keras.src.engine'Is there anyone that can help me?
Thanks in advance!