Skip to content

i2c mutex module not installed during installation from GitHub #338

@jharris1993

Description

@jharris1993

Installation target: Generic Buster image install from Raspberry Pi installation sources.

Additional information can be found at:
https://forum.dexterindustries.com/t/reprise-no-module-named-i2c-mutex/9957

Using either installation method, (Quick install, including sensors or the manual install method), attempting to run something using easygopigo returns the following errors:

Python 3.7.3 (/usr/bin/python3)
>>> %Run test_servos.py
Traceback (most recent call last):
  File "/home/pi/Desktop/test_servos.py", line 1, in <module>
    import easygopigo3 as easy
  File "/usr/local/lib/python3.7/dist-packages/gopigo3-1.3.2.1-py3.7.egg/easygopigo3.py", line 13, in <module>
    import easysensors
  File "/usr/local/lib/python3.7/dist-packages/gopigo3-1.3.2.1-py3.7.egg/easysensors.py", line 1, in <module>
    from I2C_mutex import Mutex
ModuleNotFoundError: No module named 'I2C_mutex'
>>> 

How do I install this module?
Can it be included in the standard install process?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions