Git Product home page Git Product logo

Comments (4)

knorth55 avatar knorth55 commented on May 28, 2024

Yes, the first error is pretty important.
You need to complete it, otherwise this package does not work.

ERROR: Could not install packages due to an EnvironmentError: [Errno 13] 許可がありません: '/home/tork/.cache/pip/wheels/97/cc/70/f8b0783d465997368ed7b3a1196b9cde33c1eb32fdb3f2580a'
Consider using the `--user` option or check the permissions.

from above error, it seems you have wrong permission for /home/tork/.cache
can you check the permission of the directory like ls -alF /home/tork or mkdir /home/tork/.cache/test -p?

from coral_usb_ros.

mqcmd196 avatar mqcmd196 commented on May 28, 2024

I executed 2 commands.

$ ls -alF /home/tork/ | grep .cache
drwx------  4 root root  4096  8月 24 14:27 .cache/
$ mkdir /home/tork/.cache/test -p
mkdir: ディレクトリ `/home/tork/.cache' を作成できません: 許可がありません

Should I modify the permission?

from coral_usb_ros.

knorth55 avatar knorth55 commented on May 28, 2024

yes, you should.
you should change the ownership and mod of the directory.
maybe you made the directory with sudo command.

sudo chown tork:tork /home/tork/.cache

from coral_usb_ros.

mqcmd196 avatar mqcmd196 commented on May 28, 2024

This problem had been solved. #29

from coral_usb_ros.

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.