google-research / tapas

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

Google colab setup.py issue #179

Open nikku90 opened 11 months ago

nikku90 commented 11 months ago

I am getting a issue while doing ! pip install ./tapas.

**Processing ./tapas Preparing metadata (setup.py) ... done Collecting apache-beam[gcp]==2.28.0 (from tapas-table-parsing==0.0.1.dev0) Downloading apache-beam-2.28.0.zip (2.4 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.4/2.4 MB 25.8 MB/s eta 0:00:00 error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> See above for output.

note: This error originates from a subprocess, and is likely not a problem with pip. Preparing metadata (setup.py) ... error error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.**

can anybody help?

HarmeetSingh07 commented 10 months ago

The issue is with the compatibility of versions of libraries in requirements.txt. So, remove the specified version of libraries from requirements.txt which you can find at /content/tapas/requirements.txt, if you copied the tapas on your google colab