You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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.
! 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.
The text was updated successfully, but these errors were encountered: