google-deepmind / reverb

Reverb is an efficient and easy-to-use data storage and transport system designed for machine learning research
Apache License 2.0
700 stars 93 forks source link

"ImportError ... undefined symbol" in the demo. #44

Closed uduse closed 3 years ago

uduse commented 3 years ago

image

The notebook in the README.md doesn't work. What I'm missing here? 🤔

ebrevdo commented 3 years ago

You need to install compatible versions of tensorflow and reverb. For example if you're installing dm-reverb-nightly, you should also be installing tf-nightly. If you're installing the latest stable version of reverb, I believe you want to use the appropriate major+minor version of tf.

What version of TF and reverb are you using?

uduse commented 3 years ago

Hi @ebrevdo , I merely ran the first two cells of the provided notebook and expected it to work. I managed to install the right versions by changing the command. See #45 for the updated version.

acassirer commented 3 years ago

45 has now been merged so I'll go ahead and close down this issue. Thanks again @uduse for reporting and fixing the issue!