m-rtijn / mpu6050

A Python module for accessing the MPU-6050 digital accelerometer and gyroscope on a Raspberry Pi.
MIT License
292 stars 144 forks source link

ModuleNotFoundError when importing mpu6050 #29

Open gwonglapierre opened 4 years ago

gwonglapierre commented 4 years ago

the smbus installation worked, I was able to test the i2c and that works. I also got no errors when installing through pip install. However as soon as I try to run a script in Python3, it says that: Traceback (most recent call last): File "/home/pi/Documents/gyrompu.py", line 1, in import mpu6050 as mpu6050 ModuleNotFoundError: No module named 'mpu6050'

gwonglapierre commented 4 years ago

seems like the issue is within Python because it is working when I'm using a script that's located in the same directory as the mpu6050.py

sutanu86 commented 4 years ago

same issue

m-rtijn commented 4 years ago

@sutanu86 Did you install the package? If so, how?

@chancelier did you use the same python version for installing the package as for running it?

romybompart commented 4 years ago

Hi, I just released a version that might help for different platform: Jetson nano, raspberry pi, Beaglebone, pyboard, ODROID and more.

It is based on mr Tijn package.

https://github.com/romybompart/py_imu_mpu6050 https://pypi.org/project/py-imu-mpu6050/

Now that is working in different platform I will add self_calibration functions and Magnetometer support

MarCixn commented 3 years ago

git clone https://github.com/Tijndagamer/mpu6050.git

cd mpu6050

sudo python setup.py install

EbGu3 commented 3 years ago

Hello, you can see what is the directory that save the files when you install the mpu6050, for example in my case add in ./.local/lib/python2.7/site-packages... if you run you can try to run with python2