Skip to content

Forum in maintenance, we will back soon 🙂

Simplerllm install ...
 
Notifications
Clear all

Simplerllm install error

17 Posts
6 Users
7 Reactions
77 Views
(@google-abirahmed)
Posts: 4
Active Member
Topic starter
 

The error is :

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

 

 

 

 

 
Posted : 07/04/2024 9:46 am
Topic Tags
(@husein)
Posts: 409
Member Moderator
 

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
 
Posted : 07/04/2024 2:46 pm
(@google-abirahmed)
Posts: 4
Active Member
Topic starter
 

@husein 

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. 

Screenshot 20240704 213154 Termux
 
Posted : 07/04/2024 3:37 pm
SSAdvisor
(@ssadvisor)
Posts: 1127
Noble Member
 

@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

 
Posted : 07/04/2024 8:50 pm
(@google-abirahmed)
Posts: 4
Active Member
Topic starter
 

@ssadvisor

Not working 

Screenshot 20240705 114604 Termux

 

 

 

 
Posted : 07/05/2024 5:49 am
(@husein)
Posts: 409
Member Moderator
 

@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.

 
Posted : 07/05/2024 7:59 am
(@google-abirahmed)
Posts: 4
Active Member
Topic starter
 
 

 @huseinuseinusein

 

Here is the problem

Screenshot 20240705 161918 Termux

 The other one is backend dependencies 

Screenshot 20240705 161016 Termux

 

 

 

 
Posted : 07/05/2024 10:23 am
SSAdvisor
(@ssadvisor)
Posts: 1127
Noble Member
 

@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

 
Posted : 07/06/2024 1:50 pm
(@google-naturemeditation)
Posts: 17
Eminent Member
 
Screenshot 2024 07 11 at 1.15.11 AM

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 

 
Posted : 07/10/2024 7:47 pm
Hasan Aboul Hasan
(@admin)
Posts: 1185
Member Admin
 

import Simpler* try capitalized

 
Posted : 07/11/2024 7:39 am
(@google-naturemeditation)
Posts: 17
Eminent Member
 

I think I may have found the issue but not sure - any idea how to fix, should I reinstall PIP? 

 

Screenshot 2024 07 11 at 1.26.23 PM
 
Posted : 07/11/2024 7:57 am
(@google-naturemeditation)
Posts: 17
Eminent Member
 

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! 

Screenshot 2024 07 11 at 1.37.03 PM
 
Posted : 07/11/2024 8:15 am
(@google-naturemeditation)
Posts: 17
Eminent Member
 

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.

 
Posted : 08/05/2024 12:22 pm
SSAdvisor
(@ssadvisor)
Posts: 1127
Noble Member
 

@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

 
Posted : 08/08/2024 12:14 pm
(@google-tonyp)
Posts: 5
Active Member
 

@husein I am having issues with the install.  When I follow the steps this is the message  I am getting.  not sure what I've done wrong.

 

Screen Shot 2024 08 11 at 9.14.53 PM
 
Posted : 08/12/2024 1:15 am
(@husein)
Posts: 409
Member Moderator
 

@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
This post was modified 1 month ago by Husein Aboul Hasan
 
Posted : 08/12/2024 12:05 pm
SSAdvisor
(@ssadvisor)
Posts: 1127
Noble Member
 

@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

 
Posted : 08/12/2024 3:12 pm
Share:
[the_ad_group id=”312″]