phgas
Results
3
comments of
phgas
Same issue here, was anyone able to solve it? Uninstalled pipreqs from local envs and only installed it on (base) conda. Error is still occurring...
Semi-beautiful Solution: ``` from requests_toolbelt.multipart.encoder import MultipartEncoder mp_encoder = MultipartEncoder( fields={ 'foo': 'bar' } ) mp_encoder.to_string() mp_encoder.content_type ```
Same issue here, was anyone able to solve it?