Giter VIP home page Giter VIP logo

Comments (2)

ComradeWave avatar ComradeWave commented on July 26, 2024 1

Hello, I have downloaded the repository and installed the dependencies pip3 install telepathy. I try to start the script with the test command telepathy -t durov but it returns this error telepathy: command not found I'm running everything from Ubuntu WSL. Thanks in advance

I had the same problem, but running the install command with the --user tag helped me.
Try pip3 install --user telepathy

from telepathy-community.

anothercookiecrumbles avatar anothercookiecrumbles commented on July 26, 2024

Hi, just in case: have you tried checking if Telepathy is in your path? When you install telepathy, it’ll tell you the location it’s been installed in. You can then check if that’s part of the path by doing echo $PATH.

If it’s not, you can simply append the location to the path by doing export PATH=$PATH:**location of telepathy install**.

Hope this helps!

from telepathy-community.

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.