[Tutor] Issue with zlib module

Mats Wichmann mats at wichmann.us
Fri Jan 10 13:45:40 EST 2025


On 1/10/25 11:44, Mats Wichmann wrote:
> On 1/10/25 00:25, rohan vaidya via Tutor wrote:
>> Hi all,
>>
>> I am trying to create virtual environments to install python 3.9.21 but
>> facing issue with zlib
>>
>> Error as - modulenotfounderror no module named zlib
>>
>> Can anymore please help in resolving this issue ?
> zlib is a binary module, not a pure Python one.  It needs a shared 
> library that patches the Python version, 

eh sorry for typo, should have been "matches the Python version".



More information about the Tutor mailing list