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.

a closer look

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

Popular posts from this blog

javascript - Create a stacked percentage column -

Optimising Firebase database by automatically overwriting data -

javascript - Angular UI-Grid customTemplate directive causing rows to load slowly/? -