Re: Error installing requirements

2022-02-18 Thread Mats Wichmann
And the question is? On 2/18/22 00:23, Saruni David wrote: > PS C:\Users\Nepapa David\cpims_api> pip install -r requirements/base.txt > DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. > Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 > will dr

Re: Pickle file and send via socket

2022-02-18 Thread Chris Angelico
On Sat, 19 Feb 2022 at 05:47, UTKARSH PANDEY wrote: > > On Wednesday, August 8, 2012 at 8:37:33 PM UTC+5:30, lipska the kat wrote: > > ... > Directly read bytes from file and send it over the socket object from client > side in while loop until all content from file is read. > Almost ten years.

Error installing requirements

2022-02-18 Thread Saruni David
PS C:\Users\Nepapa David\cpims_api> pip install -r requirements/base.txt DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Pytho

Re: Pickle file and send via socket

2022-02-18 Thread UTKARSH PANDEY
On Wednesday, August 8, 2012 at 8:37:33 PM UTC+5:30, lipska the kat wrote: > On 08/08/12 14:50, S.B wrote: > > On Wednesday, August 8, 2012 3:48:43 PM UTC+3, lipska the kat wrote: > >> On 06/08/12 14:32, S.B wrote: > >> > [snip] > > Thank you so much ! > > The examples are very helpful. > > Wh