-
Notifications
You must be signed in to change notification settings - Fork 100
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
Unable to install pygaggle #327
Comments
Can you share your colab? |
https://colab.research.google.com/drive/1JBNdMRRG1iLDpSoVDZlJ4M4Ol4i14s63?usp=sharing Here is the Colab link, Kindly let me know if you are able to access it. |
I have the same problem here. I tried "!pip install --upgrade --force-reinstall git+https://github.com/castorini/pygaggle.git": error: subprocess-exited-with-error × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. × pip subprocess to install build dependencies did not run successfully. note: This error originates from a subprocess, and is likely not a problem with pip. |
Use Colab's fallback runtime version: It should work until mid-May. |
Thanks @jayralencar, I was able to install pygaggle in colab with python v3.9.16 using Colab's fallback runtime, without any errors. |
I think it's better to keep this issue open. The problem may return in mid-May when the Colab fallback runtime version stops working. |
This should be resolved by #329, can you confirm? @jayralencar @saurabhg-predii @leobavila? Thanks for pointing it out 👍 |
It worked, thank you @ronakice. |
It works well with the instructions of cloning and running the requirement.txt file but doesn't works with pip installation. It needs to be updated.
Reference: https://pypi.org/project/pygaggle/ |
I faced the same issue and found a way to install pygaggle correctly on google colab as of the time of posting, here are the steps to make it work: (Colab notebook here)
It would be nice if we can just |
Tried installing on colab notebook, Kaggle notebook, mac conda environment, windows conda environment but not able to install it properly.
pip install -r requirements.txt
conda env create -f environment.yml && conda activate pygaggle.
Following is the issue I am getting, Kindly help me resolve the installation issue.
error: subprocess-exited-with-error
× pip subprocess to install build dependencies 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.
Installing build dependencies ... error
error: subprocess-exited-with-error
× pip subprocess to install build dependencies 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
The text was updated successfully, but these errors were encountered: