Skip to content
Advertisement

Tag: pip

Install python shout module in windows 10 (python version 3.9)

I am trying to install python-shout module in windows 10 but it fails. In the ubuntu works well. Edit (06/10/2022): Here is what i have tried to build python-shout in native windows Only download libshout module files from here: Note that i download all the 14 dependencies + this package: winpthreads I renamed the 15 zst files to have names

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 encountered this before, how should I go about installing the module correctly? (I’m on Python

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 upgrades or installed any new

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 environment, it

Python/pip process are killed in virtualenv (Apple M1 chip)

When I execute pip or python in MacBook M1 chip virtualenv, the process always terminates immediately with message like: or Python and pip in M1 MacBook native environment run fine. Only in the virtualenv they don’t work. Answer After some research, I find out it is related with “x86_64” and “arm 64” architecture. To solve the problem, you have to

How to install djangorestframework-gis-distance

I am on Ubuntu and I tried to install djangorestframework-gis-distance I followed the instructions and installed the dependencies which installed fine. But when I install djangorestframework-gis-distance it gives an error of Which basically says I think that there is no file called pip.req. Is there another way I can install djangorestframework-gis-distance? Answer Lets see: https://pypi.org/project/djangorestframework-gis-distance/ . Latest version 1.0.0 released

Pip throws ‘Error initializing plugin EntryPoint(name=’macOS’, value=’keyring.backends.macOS’, group=’keyring.backends’)’

I’m running python 3.8 under Pop!_OS and noticed a weird reoccurring error when running various pip commands like install or list –outdated. The full error states: The command’s functionality appears to be unaffected by this but it irritates me nonetheless and I have been unable to find anything about this sort of error. So my question is, why is this

Advertisement