abhijithneilabraham / tableQA

AI Tool for querying natural language on tabular data.
GNU General Public License v3.0
299 stars 46 forks source link

Failed Building Wheel for tableQA while installing dependencies like numpy and tokenizer #65

Open adsi7698 opened 1 year ago

adsi7698 commented 1 year ago

On Mac M1, installation failing for tokenizers==0.8.1.rc1 and numpy==1.18.0 for tableqa 0.0.11 due to failed building wheel.

Multiple issues occurs while installing in local pc. If google collab used, it usually gets installed without any errors.

adsi7698 commented 1 year ago

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.

note: This error originates from a subprocess, and is likely not a problem with pip.

while installing tokenizers-0.8.1rc1.tar.gz

Frequently happening in collab too now

snehilsanyal commented 1 year ago

Same problem here on Windows System, Although I feel there is a problem with versions, so maybe changing them would rectify