google-research / recsim

A Configurable Recommender Systems Simulation Platform
https://github.com/google-research/recsim
Apache License 2.0
732 stars 127 forks source link

recism requires dopamine-rl>=2.0.6, which is not in PyPI #8

Closed wesbarnett closed 4 years ago

wesbarnett commented 4 years ago

Summary

Running pip install recsim fails due to dependency on dopamine-rl>=2.0.6, which is not in PyPI.

Description

Run the following:

pip install recsim

The following is then output:

Collecting dopamine-rl>=2.0.6 (from recsim)
  ERROR: Could not find a version that satisfies the requirement dopamine-rl>=2.0.6 (from recsim) (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5)
ERROR: No matching distribution found for dopamine-rl>=2.0.6 (from recsim)

I don't see dopamine-rl>=2.06 in PyPI.

wesbarnett commented 4 years ago

Looks like this is a duplicate of #2. Regardless, the documentation states one simply needs to do pip install recsim, but one must first install dopamine-rl from their git repository.

mmladenov-google commented 4 years ago

Thanks for catching this! We'll update the documentation to avoid confusion in the short term until the issue resolves itself.