Giter Site home page Giter Site logo

Comments (18)

S1Y333 avatar S1Y333 commented on September 24, 2024 3

Share a great learning resource to get started. This tutorial covers all the Docker knowledge and the Linux command line, which is very helpful. ->https://www.youtube.com/watch?v=nqZ7JWLJimk

from tool-suite-x.

S1Y333 avatar S1Y333 commented on September 24, 2024 2

@nuilewis have you encountered an error when running ./run-task.sh odkx-autobuild ? I have installed docker and built the image successfully. Any idea? Thank you!

Screen Shot 2023-03-13 at 6 32 51 PM

@nuilewis Problem solved. Here's the debugging process:

  1. when running ./run-task.sh odkx-autobuild , it shows the import python problem because it is using the python version on my laptop, which is 3.10, so I tried to upgrade the python version on my laptop to 3.11 but the problem continues.
  2. Then I noticed in the dockerfile, it didn't specify which python version, which can cause problem "FROM python", so I changed it to "FROM python:3.9.16-buster" specific version ( the version later than 3.9 all didn't work)
  3. next, rebuild the docker image and then run ./run-task.sh odkx-autobuild, it's working now. So it might need to fix the version problem later on.

Screen Shot 2023-03-14 at 8 36 40 AM

from tool-suite-x.

nuilewis avatar nuilewis commented on September 24, 2024 2

@nuilewis have you encountered an error when running ./run-task.sh odkx-autobuild ? I have installed docker and built the image successfully. Any idea? Thank you!

Screen Shot 2023-03-13 at 6 32 51 PM

@nuilewis Problem solved. Here's the debugging process:

  1. when running ./run-task.sh odkx-autobuild , it shows the import python problem because it using the python version on my laptop, which is 3.10, so I tried to upgrade the python version on my laptop to 3.11 but the problem continue.
  2. Then I noticed in the dockerfile, it didn't specify which python version, which can cause problem "FROM python", so I changed it to "FROM python:3.9.16-buster" specific version ( the version later than 3.9 all don't work)
  3. next, rebuild the docker image and then run ./run-task.sh odkx-autobuild, it's working now. So it might need to fix the version problem later on.
Screen Shot 2023-03-14 at 8 36 40 AM

Okay, that's nice 🎉

from tool-suite-x.

wbrunette avatar wbrunette commented on September 24, 2024 1

@S1Y333 nice work. Create an issue in the ODK-X issue queue and then make a matching pull request to fix it :)

from tool-suite-x.

Dee-Tyan avatar Dee-Tyan commented on September 24, 2024 1

Hi @Dee-Tyan, As @S1Y333 explained, it might be necessary for you to modify the Dockerfile to the specified python version.

Oh, I missed that. Thanks!

from tool-suite-x.

S1Y333 avatar S1Y333 commented on September 24, 2024

@wbrunette Hi mentor, do we need to be assigned to be recorded as the contributor? If so, can you please assign me? Thank you

from tool-suite-x.

Cveman1 avatar Cveman1 commented on September 24, 2024

@wbrunette Hi mentor, do we need to be assigned to be recorded as the contributor? If so, can you please assign me? Thank you

No @S1Y333, you don't need to be assigned. Please go ahead and work on the issue.

from tool-suite-x.

Dorcas-BD avatar Dorcas-BD commented on September 24, 2024

Hello @wbrunette and @Cveman1, I will also be working on this issue.

from tool-suite-x.

Roseline-Bassey avatar Roseline-Bassey commented on September 24, 2024

Hello @wbrunette and @Cveman1, I will also be working on this issue.

Hey Dorcas, you don't need to be assigned, so please go ahead.

from tool-suite-x.

nuilewis avatar nuilewis commented on September 24, 2024

Hello, @wbrunette please review when available, thank you.
[https://github.com/odk-x/docs/pull/224](odk-x/docs#224

from tool-suite-x.

S1Y333 avatar S1Y333 commented on September 24, 2024

@nuilewis have you encountered an error when running ./run-task.sh odkx-autobuild ? I have installed docker and built the image successfully. Any idea? Thank you!

Screen Shot 2023-03-13 at 6 32 51 PM

from tool-suite-x.

nuilewis avatar nuilewis commented on September 24, 2024

@nuilewis have you encountered an error when running ./run-task.sh odkx-autobuild ? I have installed docker and built the image successfully. Any idea? Thank you!

Screen Shot 2023-03-13 at 6 32 51 PM

Hi @S1Y333, I did encounter an error when trying to run the command, wasn't quite sure yet what it was, I'm still trying to figure it out. Will keep you posted if I succeed

from tool-suite-x.

Roseline-Bassey avatar Roseline-Bassey commented on September 24, 2024

Hi @wbrunette ,

I've submitted a pull request here: odk-x/docs#226
Please kindly review when available.

from tool-suite-x.

Dee-Tyan avatar Dee-Tyan commented on September 24, 2024

Hi everyone, are we to edit the docker file? Because when I run the docker image, I get this message: "make: *** No targets specified and no makefile found. Stop."

@wbrunette @Cveman1

from tool-suite-x.

Roseline-Bassey avatar Roseline-Bassey commented on September 24, 2024

Hi @Dee-Tyan,
As @S1Y333 explained, it might be necessary for you to modify the Dockerfile to the specified python version.

from tool-suite-x.

nuilewis avatar nuilewis commented on September 24, 2024

@nuilewis have you encountered an error when running ./run-task.sh odkx-autobuild ? I have installed docker and built the image successfully. Any idea? Thank you!
Screen Shot 2023-03-13 at 6 32 51 PM

@nuilewis Problem solved. Here's the debugging process:

  1. when running ./run-task.sh odkx-autobuild , it shows the import python problem because it is using the python version on my laptop, which is 3.10, so I tried to upgrade the python version on my laptop to 3.11 but the problem continues.
  2. Then I noticed in the dockerfile, it didn't specify which python version, which can cause problem "FROM python", so I changed it to "FROM python:3.9.16-buster" specific version ( the version later than 3.9 all didn't work)
  3. next, rebuild the docker image and then run ./run-task.sh odkx-autobuild, it's working now. So it might need to fix the version problem later on.
Screen Shot 2023-03-14 at 8 36 40 AM

Thanks @S1Y333, helped me out a lot!

from tool-suite-x.

darellwest avatar darellwest commented on September 24, 2024

Hi @wbrunette Please help me review this pull request at odk-x/docs#228

from tool-suite-x.

Dee-Tyan avatar Dee-Tyan commented on September 24, 2024

Hii @wbrunette, here's my submission odk-x/docs#230 . Thank you!

from tool-suite-x.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.