google-research / tapas

End-to-end neural table-text understanding models.
Apache License 2.0
1.13k stars 216 forks source link

tapas installation is not working #160

Open dsabarinathan opened 2 years ago

dsabarinathan commented 2 years ago

! 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 commented 2 years ago

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 commented 1 year ago

Problem not solved after restarting runtime. Any other solutions?