我正在做一个学校项目,通过传感器mlx90615读取温度。 在我的代码中出现错误: Traceback(最近一次调用最后一次): 文件“/home/p/12345.py”,第21行,in 导入i2c Importerror:没有名为'i2c'的模块
答案 0 :(得分:0)
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.
答案 1 :(得分:0)
我已经做到了,但它继续出现同样的错误