11-08-2023, 02:41 AM
Thread Rating:
Using PyChess in Chess Robot |
11-08-2023, 09:48 AM
You simply need to install the corresponding Python package on the Python version you are using with RoboDK.
For example, you can can install Python packages by running this command: Code: C:/RoboDK/Python-Embedded/python.exe -m pip install chess Also, we have added the import install function in the API to facilitate installing packages remotely so you should also be able to do this directly from your Python code: Code: from robolink import import_install
11-08-2023, 10:51 PM
(This post was last modified: 11-08-2023, 10:51 PM by dancrissco.)
(11-08-2023, 09:48 AM)Albert Wrote: You simply need to install the corresponding Python package on the Python version you are using with RoboDK. Thanks for the information. |
Users browsing this thread: |
1 Guest(s) |
Copyright © 2025 RoboDK Inc.
Powered by MyBB