I’ve downloaded spidev from [spidev · PyPI], but when I run my Python project that utilizes “import spidev”, it gives me:
ImportError: No module named spidev
We’ve run sudo modprobe spidev
and it seems fine. We also ran pip3 install spidev
and it successfully installed spidev-3.5
I think the issue might be the location of spidev. We don’t know where to put the download. If the location is the issue, can someone point us to under which files directory we should put it under?
The Python version on our Nano is the preinstalled 3.6.9.