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

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -