This Project is Created on Windows Using MYO ArmBand with MYO-Python
Installation and usage of MYO-Python
-
First you need to install myo-python library with the command PIP
-
Second you need to put myo-sdk into Environment Variables like this
-
You need to run ArmBand Manager and choose to connect the myo
-
Then open any of the examples codes , it should run then
-
Thanks The Myo-Python module only works on Windows,
Unfortunately until Now TensorFlow supports Python 3.5.x or 3.6.x 64-bit only on Windows Till now I strongly recommend just to download Winpython from here or here Package if you don't have python 3
Installing it with native pip
To install TensorFlow, start a terminal. Then issue the appropriate pip3 install command in that terminal. To install the CPU-only version of TensorFlow, enter the following command:
$ pip3 install --upgrade tensorflow
To install the GPU version of TensorFlow, enter the following command:
$ pip3 install --upgrade tensorflow-gpu
- if You already have PyQt5 just Run :
$ pip uninstall PyQt5
- download the package from this website according to your python Version (python 2 or 3 )
- cd to directory of the downloaded package
$ pip install packageName.whl