Open nikku90 opened 1 year 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
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?