-
Notifications
You must be signed in to change notification settings - Fork 233
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
Could not import ctransformers package. #8
Comments
owencraston
changed the title
Could not import ctransformers package. Please install it with pip install ctransformers
Could not import ctransformers package.
Aug 30, 2023
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 |
Thanks, but I'm using GPU and with pip is not possible to use Cuda.
Sent from Outlook for Android<https://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 GitHub<#8 (comment)>, or unsubscribe<https://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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?
The text was updated successfully, but these errors were encountered: