Python - Windows 10 - ImportError: No module named serial

Hi,

I just received my uArm Metal V3 and I am trying to control the arm with Python. I was able to successfully maneuver the arm utilizing C++ and the Arduino IDE.

I am currently using Eclipse + PyDev + Github Python library found from the website:

When trying to compile the uarm.py file, it gives me the error:
“ImportError: No module named serial”

Also, when i try compiling the setup.py file, it gives me the error:
“ImportError: No module named setuptools”

I am fairly new to Python, so there may be something I have missed.

The purpose of my project:
I am trying to control the uArm Metal V3 with a Leap Motion Controller utilizing Python. I am confident I will be able to get this moving. I just need to work out the initial bugs.

Please let me know if I am missing something from the errors above.

Thank you and I look forward to hearing back

You should install following packages by commands:

pip install setuptools
pip install pyserial