Newest compatible version of Python?可打印版本 +- RoboDK Forum (//www.sinclairbody.com/forum) +-- Forum: RoboDK (EN) (//www.sinclairbody.com/forum/Forum-RoboDK-EN) +--- Forum: RoboDK API (//www.sinclairbody.com/forum/Forum-RoboDK-API) +--- Thread: Newest compatible version of Python? (/Thread-Newest-compatible-version-of-Python) |
Newest compatible version of Python?-deetron-03-01-2019 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. RE: Newest compatible version of Python?-Albert-03-01-2019 你的年代hould 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/ |