Git Product home page Git Product logo

Comments (2)

NiklasRosenstein avatar NiklasRosenstein commented on August 15, 2024

Hi Tegdam,

first of all, if you want to add a Python library search path, you have to add it to PYTHONPATH, not to PATH.

Second, I don't recommend you to manually place files into the Python installation folder. You should choose a designated folder for it, eg. C:\PythonLibs or C:\Users\tegdam\PythonLibs and add this path to PYTHONPATH. If you put the whole repository into this folder and not only the myo package directory, naturally you have to add the repository path, eg. C:\Users\PythonLibs\myo-python.

If you're using global environment variables, you don't have to use Pip. But if you would be using it, you must be running the command from the shell, not from Python. Enter exit() and run the Pip command again.

Regards,
Niklas

from myo-python.

Tegdam avatar Tegdam commented on August 15, 2024

Hey Niklas,
Sorry for the silence. This is just to let you know that it worked. Thanks again for your prompt assistance. Just in case for future visitors who encounter the same issue, here is what I've done in a nutshell and with links:

  1. Install Python
  2. Add python directory to PYTHONPATH as explained in the link below.
    http://stackoverflow.com/questions/3701646/how-to-add-to-the-pythonpath-in-windows-7
    if it does not exist, create a system variable PYTHONPATH by clicking "new" under the system variables window.
  3. Add the myo-python directory to PYTHONPATH and add the python directory c:\Python27 to Path (located under system variable).
  4. Download six (see requirement in this repository) and Install it as they did below
    https://www.youtube.com/watch?v=ddpYVA-7wq4
  5. Try running the examples in the myo-python folder

from myo-python.

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.