NVIDIA-Merlin / models

Merlin Models is a collection of deep learning recommender system model reference implementations
https://nvidia-merlin.github.io/models/main/index.html
Apache License 2.0
262 stars 50 forks source link

Install dependencies in transformers4rec test #1133

Closed edknv closed 1 year ago

edknv commented 1 year ago

This PR installs the dependencies necessary for merlin.core. transformers4rec / tests (3.8, ubuntu-latest) (pull_request) is fails with:

Transformers4Rec-60c3fd6d58d8aac5daea48974ba619c408af91fd/tests/conftest.py:23: in <module>
    from merlin.datasets.synthetic import generate_data
merlin/datasets/synthetic.py:26: in <module>
    import merlin.io
.tox/py38-transformers4rec-cpu/lib/python3.8/site-packages/merlin/io/__init__.py:18: in <module>
    from merlin.io import dataframe_iter, dataset, shuffle
.tox/py38-transformers4rec-cpu/lib/python3.8/site-packages/merlin/io/dataset.py:33: in <module>
    from npy_append_array import NpyAppendArray
E   ModuleNotFoundError: No module named 'npy_append_array'
github-actions[bot] commented 1 year ago

Documentation preview

https://nvidia-merlin.github.io/models/review/pr-1133