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

Google colab setup.py issue #179

Open
nikku90 opened this issue Sep 18, 2023 · 1 comment
Open

Google colab setup.py issue #179

nikku90 opened this issue Sep 18, 2023 · 1 comment

Comments

@nikku90
Copy link

nikku90 commented Sep 18, 2023

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
Copy link

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

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

2 participants