help installing on macOS #11
-
I've been using the program on Windows with exceptional ease. However, I'm running into issues getting the program installed on macOS. I've referred to the Guidelines .pdf but I don't see any install help in there. So far, I've attempted to clone the repository and use pip3 to install the program. However, I am running into some errors: After that, I changed Thanks in advance, and thank you for the work on such a useful analysis program! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Hello, Sorry for the delay in my answer. Unfortunately as there is no installer for Mac yet, you must install each separate packages used by the program. To do so, you can use the command: "pip3 install name_of_the_package" Here is a list of the required packages: Kind regards! |
Beta Was this translation helpful? Give feedback.
Hello,
Sorry for the delay in my answer. Unfortunately as there is no installer for Mac yet, you must install each separate packages used by the program.
To do so, you can use the command: "pip3 install name_of_the_package"
For instance, in that case, you will have to write: pip3 install PyAutoGUI.
Here is a list of the required packages:
decord
matplotlib
MouseInfo
numpy
opencv-python
packaging
PIL-Tools
Pillow
playsound
psutil
PyAutoGUI
sklearn
beepy
pandas
scikit-learn
Kind regards!