Forum in maintenance, we will back soon 🙂
Simplerllm install error
The error is :
note: This error originates from a subprocess, and is likely not a problem with pip.
error: subprocess-exited-with-error
Can you give more details about where and how you're getting this error so we can help you.
Anyways try doing the following and retry installing the package again:
pip install --upgrade pip
When I run the pip, install simplerllm, then everything is OK except one the problem is with backend dependency I don't know why .
Here, the screenshot
If you have any other way to download the simplerllm, please let me know.
@google-abirahmed the error is in building the patchelf and ninja packages. The build fails because of some limitation of the cmake application.
Try installing the binary version instead:
pip install simplerllm==0.2.6 --binary-only :all:
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@google-abirahmed Try creating a virtual enviromanet and then installing simplerllm. Here's how to create a virtual environment:
python -m venv venv venv/Scripts/activate pip install simplerllm
Run each line alone in this order.
@huseinuseinusein
Here is the problem
The other one is backend dependencies
@google-abirahmed @husein is using a Windows environment while you're using a Unix style environment. Yes using the ```source venv/bin/activate``` is the appropriate thing for you.
Did you get the package installed in the virtual environment?
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
Somehow the simplerllm seems to be installed from Mac terminal but when running the code it pops up this error to stop running to complete the task. Any ideas how to fix this
I think I may have found the issue but not sure - any idea how to fix, should I reinstall PIP?
Thanks Hasan will give it a shot:) actually I revised the pip version to 2.31 and now the dreaded no such file/directory issue has popped up when I try to activate script in the work directory (using python3.12 version) it was working fine before but now the cmd is not working tired to change the virtual env on vscode selector but no luck!
hey hasan, late to update on here:) its now working i fixed it ... it was the most silliest issue ever lol ( i was using windows function to activate on my mac which i changed to source/bin and sorted. Thanks for the help btw i am loving the simplerllm - hope you are coming out with a update soon.
@google-naturemeditation "silliest issue ever" is a common method of learning. Don't start counting because you'll lose the number at some point in the near future.🙃
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
@google-tonyp Try following the steps below and let me know if the problem persists:
create your virtual environment and run:
python3 -m venv venv
Once the environment is created, you can activate it using:
source venv/bin/activate
@google-tonyp It appears that you don't have python installed or you have a missing environment pointing to it.
Regards,
Earnie Boyd, CEO
Seasoned Solutions Advisor LLC
Schedule 1-on-1 help
Join me on Slack
-
SimpleLLM
4 weeks ago
-
Creating python scripts with super capability using Gemini API
7 months ago