I was wondering in which scenarios I can use pipwin instead of pip .I am aware that pip is the standard , kindly guide on the same
From pipwin it states – pipwin is like pip, but it installs precompiled Windows binaries provided by Christoph Gohlke.
Does it offer any advantage if we are sharing our programs after packaging into a EXE with others – using windows ?
>Solution :
As the description says here https://pypi.org/project/pipwin/
pipwin installs unofficial python package binaries for windows provided by Christoph Gohlke
Always trust the official sources and don’t go for unofficial resources especially while working on enterprise applications. Please use only pip