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

Newest compatible version of Python?

#1
Am I stuck using Python 3.4 when programming for RoboDK, or can I use the latest version (3.7.2)? Getting libraries, etc to install for this old version is getting troublesome, and I want to upgrade.
#2
You should not have any issues running any version of Python (2.7 or 3.X). You can just type:

Code:
pip install robodk


If Python is not in your path you can also do:
Path to python/Scripts/pip install robodk

More information about the RoboDK library for Python here
https://pypi.org/project/robodk/
  




Users browsing this thread:
1 Guest(s)