Category "pip"

Issues with IPython magics [TerminalIPythonApp] WARNING unrecognised alias

I recently got my code to function and was so proud of myself for figuring out the challenges experienced then. However, I reviewed some stuff in connecting wit

Why do I get this when using pip WARNING: Ignoring invalid distribution -ip?

For the past few weeks everytime I have downloaded a package using pip i get this: WARNING: Ignoring invalid distribution -ip (path to packages) . Any ideas why

PIP install and Python requests get PermissionError on Windows

Search all over the internet, thread after thread tried every solution possible almost 2 days and can't find solution. I have already tried to reinstall python

Issue with numpy-stl package installation

I have python 3.10.4 and pip 22.1 on my Mac, and I'm trying to install numpy-stl, but it shows the following error: % pip install numpy-stl Collecting numpy-stl

Unable to install PyAudio on M1 Mac [PortAudio already installed]

I have visited many forums, tried diffrent methods like brew, pip, port and many more but still am facing the same error. View this Image for more detail src/_p

PIP failed building wheel for rtmidi-python (subprocess-exited-with-error and legacy-install-failure)

PIP failed building wheel for rtmidi-python (subprocess-exited-with-error and legacy-install-failure) Hello everyone, I'm facing an issue with pip while install

Import serial doesnt work after using pip install pyserial

After installing pyserial, I still get the error: "ModuleNotFoundError: No module named 'serial'" This is the beginning of the code: import serial import time

jupyter contrib nbextension install gives Jupyter command `jupyter-contrib` not found

Trying to (re)install Jupyter's nbextension via the following steps in terminal pip install jupyter_contrib_nbextensions jupyter contrib nbextension install --u

Error while installing pytq5 with pip: Preparing metadata (pyproject.toml) did not run successfully

I try to install pytq5 with pip and get this error $ python3 -m pip install PyQt5 Collecting PyQt5 Using cached PyQt5-5.15.6.tar.gz (3.2 MB) Installing buil

My Kali linux showing 'No module named importlib' 'from importlib import import_module'

Trying to install build dependencies with pip which is installing in /usr/local/lib/python2.7/dist-packages As I try to install proceed gives an error Collectin

PyQt5 problems with CMD

i need some help . I tried to install PyQt5 with CMD in window but when i enter pip install pyqt5-tools , i got this error : enter image description here how c

How to install wordcloud for python?

I am trying to visualise data using word cloud. However when I used pip install wordcloud, I got the following error: D:\...>pip install wordcloud Collecting

Google colab Glove_Python pip install not working

I am using ! pip install glove_python I'm getting this error message: Collecting glove_python Downloading https://files.pythonhosted.org/packages/3e/79/7e7e5

just installed Python, getting WinError 32 for any libraries I try to install

I just installed Python 3.10 on my work machine. I went to pip install pandas and got a Win32 error on a temp file within the AppData Temp Folder.I have tried

ERROR: Could not find a version that satisfies the requirement python-opencv

I am trying to install the opencv python library. This is the command I ran: pip install python-opencv I got this error: ERROR: Could not find a version that s

Not able to install django-allauth in ubuntu 18.04.6 LTS

I'm trying to add social authentication in my project but when I try to install django-allauth it is giving me error I've tried this post but no luck it's givin

How to install TA-Lib On vscode/windows(64bit)

I have installed Anaconda and then cd to my project folder and then I installed TALIB using pip install TA_Lib-0.4.19-cp38-cp38-win_amd64.whl When I run pip fr

Python3.8 Pip Distutils.cmd Not Found

I was trying to have a virtualenv set up where it is at python 3.8 while my system is at a more recent version. I have figured out how to create the venv but no

Install talib on docker

FROM python:3 USER root RUN apt-get update RUN apt-get -y install locales && \ localedef -f UTF-8 -i ja_JP ja_JP.UTF-8 RUN wget http://prdownloads

"incompatible architecture (have 'arm64', need 'x86_64')" error while installing numpy on M1 Mac with pip3 on Python Version 3.10

I was trying to install numpy version 1.22.3 on a M1 Macbook with pip3, and pip3 says the package is present, but when I try to import the module, an error gets