-
Notifications
You must be signed in to change notification settings - Fork 295
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
while executing this line - !pip install --upgrade git+https://github.com/ramsrigouthamg/Questgen.ai #56
Comments
I have the same error! Did you sort it out? |
Yes, it worked for me with Python version 3.8 |
KLolayekar did you able to install all the libraries? |
No, It didn't work for me with pip and python 3.8. I had to manually install the library from github with python 3.9 and it worked. |
i am struggiling this side.did you able to run those code successfully,like experimenting the library? |
Yes, it was successful... The source code for the library is available, i had to manually clone it and for some reason it worked only for python 3.9. |
How did you get the source code? |
how did it work |
Be sure to use a python version in the range of 3.10.x or below. The numpy and pandas requirements conflict at a higher version. |
This issue is solved. Close it. |
Using cached sentencepiece-0.1.97-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB)
Requirement already satisfied: filelock in /usr/local/lib/python3.9/dist-packages (from transformers==3.0.2->Questgen==1.0.0) (3.9.0)
Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.9/dist-packages (from transformers==3.0.2->Questgen==1.0.0) (2022.6.2)
Collecting tokenizers==0.8.1.rc1
Using cached tokenizers-0.8.1rc1.tar.gz (97 kB)
Installing build dependencies ... done
error: subprocess-exited-with-error
× Getting requirements to build wheel 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.
Getting requirements to build wheel ... error
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> See above for output.
The text was updated successfully, but these errors were encountered: