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?
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?
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 python module
You are not signed in. Login or sign up in order to post.
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
– FourZeroFive
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 :)
– MoshMage
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
– Claudio Gonçalves Filho
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.
– vinny parker
How I mark it as settled?
– vinny parker
@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.
– Onilol
ah yes. thanks.!
– vinny parker