Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Conda install command in README cannot find merlin-loader package #54

Open
beckernick opened this issue Nov 21, 2022 · 1 comment · May be fixed by #157
Open

[Bug] Conda install command in README cannot find merlin-loader package #54

beckernick opened this issue Nov 21, 2022 · 1 comment · May be fixed by #157
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation P1
Milestone

Comments

@beckernick
Copy link

Using the README's conda install command in a fresh environment fails with an error indicating the package is not available from any channels. I see there is a merlin-dataloader package in the nvidia channel associated with this repository. Should we be using this instead and update the README command?

(base) nicholasb@nicholasb-HP-Z8-G4-Workstation:~/NVIDIA$ mamba create -n test -c conda-forge python=3.7
...
(base) nicholasb@nicholasb-HP-Z8-G4-Workstation:~/NVIDIA$ conda activate test
(test) nicholasb@nicholasb-HP-Z8-G4-Workstation:~/NVIDIA$ conda install -c nvidia -c rapidsai -c numba -c conda-forge merlin-loader python=3.7 cudatoolkit=11.2
Collecting package metadata (current_repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.
Collecting package metadata (repodata.json): done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

PackagesNotFoundError: The following packages are not available from current channels:

  - merlin-loader

Current channels:

  - https://conda.anaconda.org/nvidia/linux-64
  - https://conda.anaconda.org/nvidia/noarch
  - https://conda.anaconda.org/rapidsai/linux-64
  - https://conda.anaconda.org/rapidsai/noarch
  - https://conda.anaconda.org/numba/linux-64
  - https://conda.anaconda.org/numba/noarch
  - https://conda.anaconda.org/conda-forge/linux-64
  - https://conda.anaconda.org/conda-forge/noarch
  - https://repo.anaconda.com/pkgs/main/linux-64
  - https://repo.anaconda.com/pkgs/main/noarch
  - https://repo.anaconda.com/pkgs/r/linux-64
  - https://repo.anaconda.com/pkgs/r/noarch

To search for alternate channels that may provide the conda package you're
looking for, navigate to

    https://anaconda.org

and use the search bar at the top of the page.
@sararb sararb added the documentation Improvements or additions to documentation label Dec 8, 2022
@rnyak rnyak added the P1 label Dec 27, 2022
@rnyak rnyak changed the title Conda install command in README cannot find merlin-loader package [Bug] Conda install command in README cannot find merlin-loader package Dec 27, 2022
@rnyak rnyak added the bug Something isn't working label Dec 27, 2022
@rnyak
Copy link

rnyak commented Dec 27, 2022

@mikemckiernan and @edknv hello. do you mind to test Nick's question above and update the Readme accordingly? Btw, our read me gives this command for conda installation conda install -c nvidia -c rapidsai -c numba -c conda-forge merlin-dataloader python=3.7 cudatoolkit=11.2. I see that it uses Python 3.7. I assume our never lib (nvt, core, ..) versions do not support 3.7. so we need 3.8+, dont we? thanks!

@rnyak rnyak added this to the Merlin 23.07 milestone Jun 22, 2023
@oliverholworthy oliverholworthy linked a pull request Jun 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation P1
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants