Sagar Khanna
Sagar Khanna
> I got the same issue and the previous solution doesn't work now create a new virtual environment in anaconda and install python 3.6 in there. `conda create -n yourenvname...
I'm getting an error while using ``client.files_upload_v2`` method when I use a dataframe in ``content`` to be sent as a csv file. The code:- ``client.files_upload_v2( channel = "Channel ID", initial_comment...
> @vesuvius13 > > > content for file upload must be 'str' (UTF-8 encoded) or 'bytes' (for data) > > As this error message indicates, a dataframe object is not...