fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.64k stars 132 forks source link

Help #12

Open getasystem opened 1 year ago

getasystem commented 1 year ago

So new and so inexperienced but I really need some help I'm trying to create a virtual assistant I'm trying to use it to better my circumstances immediately I'm in dire straits and I'm usually going to use it to figure out how to get myself out of here and then also then learn how to show other people through YouTube and other formats if that even exist by then other than Auto GPT it's blowing me away I love it I can see it it's actually the in the real sense it will give us everlasting life and I mean that not in a weird way but it will allow us to maintain her consciousness throughout eternity if we want I believe that sorry if that sounds strange but I need your help now please I'm disabled and I don't see well I need some help

Anon2578 commented 1 year ago

Need better details on how to run this repo because i have history with running github projects but this one caused me to waste a full day without getting no were need better details on how to run this project if it plans on going anywere in the future because im sure im not the only one having the same issue.

DiligentCatCat commented 1 year ago

Need better details on how to run this repo because i have history with running github projects but this one caused me to waste a full day without getting no were need better details on how to run this project if it plans on going anywere in the future because im sure im not the only one having the same issue.

Hi, could you tell me what exactly the problem you come across?

I'm willing to help you.

Regards.

DiligentCatCat commented 1 year ago

So new and so inexperienced but I really need some help I'm trying to create a virtual assistant I'm trying to use it to better my circumstances immediately I'm in dire straits and I'm usually going to use it to figure out how to get myself out of here and then also then learn how to show other people through YouTube and other formats if that even exist by then other than Auto GPT it's blowing me away I love it I can see it it's actually the in the real sense it will give us everlasting life and I mean that not in a weird way but it will allow us to maintain her consciousness throughout eternity if we want I believe that sorry if that sounds strange but I need your help now please I'm disabled and I don't see well I need some help

I'm willing to help you, but I'm sorry, I don't understand what you said.

Anon2578 commented 1 year ago

Need better details on how to run this repo because i have history with running github projects but this one caused me to waste a full day without getting no were need better details on how to run this project if it plans on going anywere in the future because im sure im not the only one having the same issue.

Hi, could you tell me what exactly the problem you come across?

I'm willing to help you.

Regards.

Running and building a Docker image for the project on the Ubuntu virtual machine. I've been working on it for the past 12 hours, and despite having sufficient RAM and storage on my PC, the process keeps delaying me. It's been quite frustrating because I'm really passionate about this project. Once the Docker image was finally completed, an error saying "daemon command failed," and there were a few other issues as well. I've been trying to figure it out for a while. Before I continue troubleshooting, I was wondering if you could provide me with any advice or tips on how you managed to successfully run the project because I’m not sure if I’m doing it correctly and since I have the most coding knowledge among my peers, it's been holding us back for the past two days to get this project running

DiligentCatCat commented 1 year ago

Need better details on how to run this repo because i have history with running github projects but this one caused me to waste a full day without getting no were need better details on how to run this project if it plans on going anywere in the future because im sure im not the only one having the same issue.

Hi, could you tell me what exactly the problem you come across? I'm willing to help you. Regards.

Running and building a Docker image for the project on the Ubuntu virtual machine. I've been working on it for the past 12 hours, and despite having sufficient RAM and storage on my PC, the process keeps delaying me. It's been quite frustrating because I'm really passionate about this project. Once the Docker image was finally completed, an error saying "daemon command failed," and there were a few other issues as well. I've been trying to figure it out for a while. Before I continue troubleshooting, I was wondering if you could provide me with any advice or tips on how you managed to successfully run the project because I’m not sure if I’m doing it correctly and since I have the most coding knowledge among my peers, it's been holding us back for the past two days to get this project running

For your first problem

If you have built the docker successfully, you can skip this section.

I'm not sure which step blocks the process, but I guess it's probably the downloading steps.

There are 3 downloading steps:

  1. Downloading softwares from Ubuntu official repository (line 3), if this is the step blocking your progress, you can change the source before it.
  2. Downloading Miniconda3 (line 17), if this is the step that blocking your progress, you can find another address to download Miniconda3, and replace the url in the dockerfile.
  3. Downloading required python packages (line 41), if this is the step that blocking your progress, you can change the pip source by inserting a command pip config set global.index-url <a better source that available in your country> before pip install -r requirements.txt.

By the way, a ready to use docker image has been pushed recently, you can pull it from docker hub by using docker pull fiatrete/jarvis (see the latest README.md). But since this repository is still in an early stage, it seems that there is not a version labeled to the docker image, only :latest is available, and (unfortunately) it may be different from time to time.

It's bad, and not friendly to new comer. I suggest @fiatrete to publish some versioned release, even if it's v0.0.1, to reduce the probability of README Mismatching the docker image.

For your second problem

I have never come across this error ("daemon command failed,"), and I can't find similar things by googling it. So I'm not sure this error is throw by docker or some service in `docker container. Can you provide more information or post a screenshot?

Anon2578 commented 1 year ago

Thanks for the reply I’m going to just wait till it’s better way to install everything on the GitHub still having issues on my end but do you have a discord or something ? And also it would be nice if you can show if video of installing this but that’s up to you if anything I’ll just wait for a update when you guys make it more simple for the guys that’s inexperienced with code. On Mon, Jun 12, 2023 at 11:01 PM Diligent Cat Cat @.***> wrote:

Need better details on how to run this repo because i have history with running github projects but this one caused me to waste a full day without getting no were need better details on how to run this project if it plans on going anywere in the future because im sure im not the only one having the same issue.

Hi, could you tell me what exactly the problem you come across? I'm willing to help you. Regards.

Running and building a Docker image for the project on the Ubuntu virtual machine. I've been working on it for the past 12 hours, and despite having sufficient RAM and storage on my PC, the process keeps delaying me. It's been quite frustrating because I'm really passionate about this project. Once the Docker image was finally completed, an error saying "daemon command failed," and there were a few other issues as well. I've been trying to figure it out for a while. Before I continue troubleshooting, I was wondering if you could provide me with any advice or tips on how you managed to successfully run the project because I’m not sure if I’m doing it correctly and since I have the most coding knowledge among my peers, it's been holding us back for the past two days to get this project running

For your first problem

If you have built the docker successfully, you can skip this section.

I'm not sure which step blocks the process, but I guess it's probably the downloading steps.

There are 3 downloading steps:

  1. Downloading softwares from Ubuntu official repository (line 3 https://github.com/fiatrete/OpenDAN-Personal-AI-OS/blob/805d1d59eb6bf34a9fbbceccf67225a384901388/agent_jarvis/dockerfile#L3), if this is the step blocking your progress, you can change the source before it.
  2. Downloading Miniconda3 (line 17 https://github.com/fiatrete/OpenDAN-Personal-AI-OS/blob/805d1d59eb6bf34a9fbbceccf67225a384901388/agent_jarvis/dockerfile#L17), if this is the step that blocking your progress, you can find another address to download Miniconda3, and replace the url in the dockerfile.
  3. Downloading required python packages (line 41 https://github.com/fiatrete/OpenDAN-Personal-AI-OS/blob/805d1d59eb6bf34a9fbbceccf67225a384901388/agent_jarvis/dockerfile#L41), if this is the step that blocking your progress, you can change the pip source by inserting a command pip config set global.index-url <a better source that available in your country> before pip install -r requirements.txt.

By the way, a ready to use docker image has been pushed recently, you can pull it from docker hub by using docker pull fiatrete/jarvis (see the latest README.md). But since this repository is still in an early stage, it seems that there is not a version labeled to the docker image, only :latest is available, and (unfortunately) it may be different from time to time.

It's bad, and not friendly to new comer. I suggest @fiatrete https://github.com/fiatrete to publish some versioned release, even if it's v0.0.1, to reduce the probability of README Mismatching the docker image. For your second problem

I have never come across this error ("daemon command failed,"), and I can't find similar things by googling it. So I'm not sure this error is throw by docker or some service in `docker container. Can you provide more information or post a screenshot?

— Reply to this email directly, view it on GitHub https://github.com/fiatrete/OpenDAN-Personal-AI-OS/issues/12#issuecomment-1588448956, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7I36YMRZHZZQMDQNJEVRQ3XK7JXRANCNFSM6AAAAAAZB2O6BI . You are receiving this because you commented.Message ID: @.***>

fiatrete commented 1 year ago

We have pushed versioned docker images. You can try our prebuilt docker image:

docker pull fiatrete/jarvis:0.0.2
Anon2578 commented 1 year ago

So I clone the respiratory Add my api credentials to the .env template then run the docker pull format you just sent ^ then I should be good to go ? On Tue, Jun 13, 2023 at 5:05 AM fiatrete @.***> wrote:

We have pushed versioned docker images. You can try our prebuilt docker image:

docker pull fiatrete/jarvis:0.0.2

— Reply to this email directly, view it on GitHub https://github.com/fiatrete/OpenDAN-Personal-AI-OS/issues/12#issuecomment-1588865962, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7I36YNE2SYIS3SNTX67IFDXLAUMNANCNFSM6AAAAAAZB2O6BI . You are receiving this because you commented.Message ID: @.***>

DiligentCatCat commented 1 year ago

So I clone the respiratory Add my api credentials to the .env template then run the docker pull format you just sent ^ then I should be good to go ? On Tue, Jun 13, 2023 at 5:05 AM fiatrete @.> wrote: We have pushed versioned docker images. You can try our prebuilt docker image: docker pull fiatrete/jarvis:0.0.2 — Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7I36YNE2SYIS3SNTX67IFDXLAUMNANCNFSM6AAAAAAZB2O6BI . You are receiving this because you commented.Message ID: @.>

So I clone the respiratory Add my api credentials to the .env template then run the docker pull format you just sent ^ then I should be good to go ? On Tue, Jun 13, 2023 at 5:05 AM fiatrete @.> wrote: We have pushed versioned docker images. You can try our prebuilt docker image: docker pull fiatrete/jarvis:0.0.2 — Reply to this email directly, view it on GitHub <#12 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/A7I36YNE2SYIS3SNTX67IFDXLAUMNANCNFSM6AAAAAAZB2O6BI . You are receiving this because you commented.Message ID: @.>

docker pull fiatrete/jarvis:0.0.2 can only download a prebuilt docker image to your local machine.

You'll need to setup your configuration (the env file), and then use docker run command to run.

docker run --name jarvis --rm \
    -p 10000:10000 \
    -v the_path_to_your_env_file:/root/.env \
    fiatrete/jarvis:latest