google-research / recsim

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

pip error #2

Closed Bilwang129 closed 4 years ago

Bilwang129 commented 5 years ago

when I run pip install recsim to install the recsim,following error occurred:

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)

pkorobov commented 5 years ago

You should at first install the latest (as I did) dopamine version from their repository with some command like pip install git+https://github.com/google/dopamine.git. Currently it is 3.0.0.

cwhsu-google commented 5 years ago

Thanks for using RecSim. As said, you want to install the latest version of Dopamine from GitHub. The latest version of Dopamine on PyPI is still 2.0.5 https://pypi.org/project/dopamine-rl/

On Thu, Nov 28, 2019 at 7:24 AM pkorobov notifications@github.com wrote:

You should at first install the latest dopamine version from their repository with some command like pip install git+https://github.com/google/dopamine.git Currently it is 3.0.0.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/google-research/recsim/issues/2?email_source=notifications&email_token=ALVSYDWLKHHU7FLKSAURTETQV7PDHA5CNFSM4JSP2CVKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEFM4YII#issuecomment-559533089, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVSYDXMCW5W6C4X4KJVWJ3QV7PDHANCNFSM4JSP2CVA .

TobyGE commented 4 years ago

You should at first install the latest (as I did) dopamine version from their repository with some command like pip install git+https://github.com/google/dopamine.git. Currently it is 3.0.0.

It's helpful