Open owencraston opened 1 year ago
Did you solve this? I have the same error but I'm using conda not pip
rather than conda make a environment using python, in vs code or your IDE, and then run pip install ctransformers
.
Thanks and close this issue.
Thanks, but I'm using GPU and with pip is not possible to use Cuda.
Sent from Outlook for Androidhttps://aka.ms/AAb9ysg
From: Ashutosh Kumar @.> Sent: Tuesday, September 12, 2023 2:34:20 PM To: AIAnytime/Llama2-Medical-Chatbot @.> Cc: oqp @.>; Comment @.> Subject: Re: [AIAnytime/Llama2-Medical-Chatbot] Could not import ctransformers package. (Issue #8)
rather than conda make a environment using python, in vs code or your IDE, and then run pip install ctransformers. Thanks and close this issue.
— Reply to this email directly, view it on GitHubhttps://github.com/AIAnytime/Llama2-Medical-Chatbot/issues/8#issuecomment-1716304822, or unsubscribehttps://github.com/notifications/unsubscribe-auth/ADITZKZEIXCJIXLL75RPRCTX2C2LZANCNFSM6AAAAAA4D2JWVY. You are receiving this because you commented.Message ID: @.***>
I had the same error. I think I had installed 'transformers' as listed in the requirements. Once I had installed 'ctransformers' the error disappeared.
pip install langchain_community
I am trying to run this project on a Macbook pro m1 and am getting the following stacktrace.
I have of course ran
pip install ctransformers
I am also using python 3.11. Does anyone know what the issue could be?