How to install a Python module

Asked

Viewed 586 times

0

Hello, I have a script here in python that needs a lib: pypxlib But I don’t know how to install this blessed because I’ve never worked with python. I’m using python 3.5 on Sabayon Linux. someone has a tip on how to install?

  • Dude, install Anaconda, there’s a list of almost all Apis that are installed easily, using Spyder as IDE, just don’t forget to run as ADM

  • Welcome to Stackoverflow, Vinny, for better help from the responding people, add the code (or codes) that are giving error and what your attempts - so it becomes easier for everyone :)

  • This is Vinny, take a look at this site http://www.maiconschmitz.com.br/blog/2015/05/20/utilizando-o-pip/ or this https://pt.slideshare.net/pugpe/pip-5939243 . In your case with "pypxlib", you must open the terminal and run : Pip install pypxlib

  • Thanks guys, I managed to solve here. I didn’t have Pip installed. I never messed with python so to hit me a little. but I managed to make it work. I thank you all.

  • How I mark it as settled?

  • @vinnyparker responds with the steps you have taken to solve your problem and marks your answer as correct. Either that or ask one of the ones who solved the problem for you to write an answer.

  • ah yes. thanks.!

Show 2 more comments

1 answer

0


For Sabayon Linux.

log in as root Equo install dev-python/Pip

after installing, root and quit Pip install pypxlib

Browser other questions tagged

You are not signed in. Login or sign up in order to post.