So I was messing around with Python the other day, and I stumbled upon this thing called “pye pye.” I’d never heard of it before, but it sounded kinda cool, like some secret Python weapon or something.
First, I did what anyone would do – I googled it. Turns out, there wasn’t a ton of info out there, which made me even more curious. It was like finding a dusty old book in the attic, you know?
Digging In
I started by trying to just install it. I fired up my terminal and typed in:
pip install pye
and hit Enter. Boom, Nothing !
I double-checked, maybe I need some other package, or specific version of python, but nothing!
pip install pye-pye
Enter Again, Nothing!!
My Conclusion
After all my experiments, it could be a package that is not on pypi, or a private package, or anything else, maybe I have spell it wrong, I don’t know !
I have not completed the installation yet, and there are still many attempts.