Questgen.ai icon indicating copy to clipboard operation
Questgen.ai copied to clipboard

while executing this line - !pip install --upgrade git+https://github.com/ramsrigouthamg/Questgen.ai

Open kLolayekar opened this issue 2 years ago • 10 comments

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.

kLolayekar avatar Mar 14 '23 12:03 kLolayekar

I have the same error! Did you sort it out?

Aavish-Gilbert-J avatar Mar 22 '23 11:03 Aavish-Gilbert-J

Yes, it worked for me with Python version 3.8

kLolayekar avatar Mar 22 '23 15:03 kLolayekar

KLolayekar did you able to install all the libraries?

RespectMashego avatar Apr 09 '23 12:04 RespectMashego

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.

Aavish-Gilbert-J avatar Apr 09 '23 12:04 Aavish-Gilbert-J

i am struggiling this side.did you able to run those code successfully,like experimenting the library?

RespectMashego avatar Apr 09 '23 12:04 RespectMashego

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.

Aavish-Gilbert-J avatar Apr 09 '23 13:04 Aavish-Gilbert-J

How did you get the source code? Im struggling at installation 1.2 at sense2vec please help me.

RespectMashego avatar Apr 09 '23 13:04 RespectMashego

Yes, it worked for me with Python version 3.8

how did it work

Dp95 avatar May 08 '23 12:05 Dp95

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.

Imzachjohnson avatar Aug 10 '23 15:08 Imzachjohnson

This issue is solved. Close it.

AliHaider20 avatar Nov 15 '23 13:11 AliHaider20