PC, Ubuntu20.04 system,ModuleNotFoundError: No module named 'mecheye'

from mecheye.shared import *

ModuleNotFoundError: No module named ‘mecheye’
but is ok,so why? how can i sovle it.

other info:
<pip3 list | grep MechEye> →
MechEyeAPI 1.5.8.2.1.0

g++ --version:
g++ (Ubuntu 13.1.0-8ubuntu1~20.04.2) 13.1.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Hello, are you encountering this issue while using Python on an Ubuntu system? If so, please refer to this link for troubleshooting: Dependency error from Mech-Eye SDK's Python sample

Thank you very much, I solved it.

1 Like