google-research / recsim

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

Problem in tfnightly and dopamine #14

Closed joeppereira closed 4 years ago

joeppereira commented 4 years ago

ModuleNotFoundError: No module named 'tensorflow.contrib'

This error occurs if you try multiple variations

cwhsu-google commented 4 years ago

Thank you for using RecSim. Not sure if this is related to https://github.com/google-research/recsim/issues/9 as RecSim itself doesn't use anything from tensorflow.contrib. Could you provide the stack trace and system information for further debugging?

On Tue, Apr 14, 2020 at 3:43 PM joe pereira notifications@github.com wrote:

ModuleNotFoundError: No module named 'tensorflow.contrib'

This error occurs if you try multiple variations

— 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/14#issuecomment-613716879, or unsubscribe https://github.com/notifications/unsubscribe-auth/ALVSYDQ7SBNCLVO4KYR6VD3RMTRJLANCNFSM4MIDL46A .

sbourke commented 4 years ago

@joeppereira if you're using the colab, when I changed to !pip install tensorflow=1.15 it worked.