Skip to content

Tag: pip

pip has problems with metadata

I’m trying to install the win32core module using pip, but it keeps displaying warnings about the package/wheel metadata not matching with the filename (inconsistent version). Here’s a snippet of the text displayed in the command prompt before it goes to download older versions: As I’ve encou…

Module Six has no attribute ensure_text

Out of the blue, my python installation seems to have broken. When trying to run a python script, I get the following… Trying to reinstall the module using pip also breaks… I have read that this is caused by running pip as root, but I have not done this. I also haven’t made any recent upgrad…

Can’t install PyArrow on Ubuntu

I have an EC2 Ubuntu 18.04.3 LTS instance with python 3.6.9 I tried to install pyarrow with this command: But I get an error: Reading the first messages after trying to install yarrow I see this: Please, do you know how I can solve this issue? Thank you in advance. Answer If you are working in a virtual envir…