python - Importing SpiDev Library In Eclipse - PyDev -
i've installed pydev plugin eclipse ide. i'm trying import spidev library cannot found.
what tried far:
- i added spidev external library, 1 time github here, , time pypi no luck yet.
the interpreter set python.
any appreciated.
my suggestion using pypi (unless you're going develop itself).
so, steps be:
pip install spidev
(the version got github in screenshot not work because it's compiled module -- i.e.: needs generate spydev.so -- , didn't compile it... if pip install it, should default).
so, after installing pip, should work, provided installed in proper interpreter.
Comments
Post a Comment