Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Python for Ubuntu don't recognize robolink library

#1
Hello Everyone

I had installed RoboDK for Ubuntu version, but Python API Libraries weren't installed. So, I don't know why? So, If I want run a external script like in W10, I can't because the libraries.

Thanks
#2
You can simply install the RoboDK API for Python by typing:
Code:
pip install robodk

# or to force installing on Python 3 for Mac and Ubuntu:
pip3 install robodk
More information here:
https://pypi.org/project/robodk/
  




Users browsing this thread:
1 Guest(s)