models icon indicating copy to clipboard operation
models copied to clipboard

[BUG] does not install dependencies.

Open Space-Dream-42 opened this issue 2 years ago • 0 comments

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

  1. Set up a virtual environment.
  2. Run pip install -v merlin-models in the terminal.
  3. Install Jupyter in your virtual environment.
  4. Run jupyter notebook in your terminal.
  5. Open: examples/01-Getting-started.ipynb
  6. 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

Space-Dream-42 avatar Nov 10 '23 15:11 Space-Dream-42