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

tapas installation is not working #160

Open
dsabarinathan opened this issue May 26, 2022 · 2 comments
Open

tapas installation is not working #160

dsabarinathan opened this issue May 26, 2022 · 2 comments

Comments

@dsabarinathan
Copy link

! sudo apt-get install protobuf-compiler
! git clone https://github.com/google-research/tapas
! pip install -e ./tapas

i used the above steps for installing the package on colab. I am getting the below errors after installation.

ModuleNotFoundError                       Traceback (most recent call last)
[<ipython-input-7-26bb9379ffca>](https://localhost:8080/#) in <module>()
----> 1 from tapas.utils import tf_example_utils

ModuleNotFoundError: No module named 'tapas.utils'

@bharatji30
Copy link

To solve this you need to restart the Runtime. So once the git clone and pip installs are complete, restart the runtime and after that resume the execution.

This will solve the problem you are having.

@nikithakriz
Copy link

Problem not solved after restarting runtime. Any other solutions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants