models
models copied to clipboard
[BUG] does not install dependencies.
Bug description
Merlin Model does not install all dependencies. E.g it is not possible to execute the Jupyter Notebook examples/01-Getting-started.ipynb.
Steps/Code to reproduce bug
- Set up a virtual environment.
- Run
pip install -v merlin-modelsin the terminal. - Install Jupyter in your virtual environment.
- Run
jupyter notebookin your terminal. - Open: examples/01-Getting-started.ipynb
- Execute the import cell.
Result: ImportError: No module named tensorflow.
Expected behavior
No import errors.
Environment details
- Merlin version: v23.08.00
- Platform: MacOS
- Python version: Python 3.9.6