Git Product home page Git Product logo

Comments (3)

mikh3x4 avatar mikh3x4 commented on June 22, 2024 1

Looks like you don’t have the commands installed. There should be a script in your home directory called install_packages.sh that’s should installed them. Alternatively you can apt install the missing packages (pip, git, ) manually

from stanfordquadruped.

xiangee2022 avatar xiangee2022 commented on June 22, 2024

Hi mikh3x4, thank you very much for your help, you are right, however, after I executed install_packages.sh, a new problem appeared, when I executed the [sudo bash ./install.sh] command again, I got the following error:
......
running install_egg_info
Writing /usr/local/lib/python2.7/dist-packages/pigpio-1.45.egg-info
if which python3; then python3 setup.py install ; fi
/usr/bin/python3
running install
running build
running build_py
creating build/lib
copying pigpio.py -> build/lib
running install_lib
running install_egg_info
Writing /usr/local/lib/python3.7/dist-packages/pigpio-1.45.egg-info
install -m 0755 -d /usr/local/man/man1
install -m 0644 p*.1 /usr/local/man/man1
install -m 0755 -d /usr/local/man/man3
install -m 0644 p*.3 /usr/local/man/man3
ldconfig
ln: failed to create symbolic link '/etc/systemd/system/robot.service': File exists
Failed to enable unit: Unit file robot.service does not exist.
Failed to start robot.service: Unit robot.service not found.

Did I install it successfully?

from stanfordquadruped.

mikh3x4 avatar mikh3x4 commented on June 22, 2024

Looks like it installed succesfuly - its just that you already have a file called /etc/systemd/system/robot.service. if you type ls -la /etc/systemd/system/robot.service it will show it if its a symbolic link and if so where it points. Its a service file that explains how to start up the program. You can read more about them here

from stanfordquadruped.

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.