在 python 上安装 i2c 库

install i2c library on python

我正在做一个学校项目,通过传感器 mlx90615 读取温度。 在我的代码中出现错误: 追溯(最近一次通话): 文件“/home/p/12345.py”,第 21 行,位于 导入 i2c 导入错误:没有名为 'i2c'

的模块
    It clearly indicates that the required jar files are missing 
http://pyi2c.sourceforge.net/ You can download from here and add the jar file in your referencing environment. That will help to overcome the error.

我已经这样做了,但它继续出现同样的错误