Category "pip"

Docker: can't install torch

Dockerfile: FROM cityflowproject/cityflow WORKDIR /usr/TrafficMannager RUN apt-get update && apt-get upgrade -y && apt-get clean RUN pip inst

Installation of tensor flow on windows

When I installed tensor flow, after type following command pip3 install --upgrade tensor flow following issue rose up Could not find a version that satisfie

Error installing FBPROPHET in my windows machine

I am getting the below mentioned error while installing fbprophet in the Windows environment, and, also setup.py is being triggered as part of installation as t

Google EarthEngine: No command named earthengine

I am trying to install Google EarthEngine for Python. I am following the instructions listed out in this tutorial: https://www.earthdatascience.org/tutorials/in

conda package on Nexus Repository

My company uses Nexus repository as npm proxy for package management. Does anyone have experience using Nexus to hold Conda packages (Python) and for proxy? In

"ssl module in Python is not available" when installing package with pip3

I've install Python 3.4 and Python 3.6 on my local machine successfully, but am unable to install packages with pip3. When I execute pip3 install <package&g

Install modules with setup.py and setup.cfg

I have the following directory structure: /modules/ /modules/setup.py /modules/setup.cfg /modules/module1/ /modules/module1/__init__.py /modules/module1/tool1

EnvironmentError [Errno 39] “Directory not empty” while generating distribution archives in python

When generating a built distribution archive for my own python package using python setup.py bdist_wheel (following the Packaging Python Projects Tutorial) -

What is pip's equivalent of `npm install package --save-dev`?

In nodejs, I can do npm install package --save-dev to save the installed package into the package. How do I achieve the same thing in Python package manager pi

What is pip's equivalent of `npm install package --save-dev`?

In nodejs, I can do npm install package --save-dev to save the installed package into the package. How do I achieve the same thing in Python package manager pi

running pip install from python 2.7.5

I have a CentOS server (5.6) which has Python 2.4.3 on it. I have another local installation of Python (2.7.5) installed in /opt and soft-links created as follo

Edit package installed by pip

I'm trying to edit a package that I installed via pip, called py_mysql2pgsql (I had an error when converting my db from mysql to postgre, just like this. Howe

Pip packages on NAO Robot

I would like to install MQTT packages on my NAO robot but when I try to install them using SSH it does not work stating: pip command not found Then I try to ins

docker build failed after pip installed requirements with exit code 137

I am starting a new django project and want to dockerize the project, on my ubuntu. when I run docker-compose up --build I got a strange Error. It seems that it

Django 'pip install django-heroku'(psycopg2) error is blocking deployment to Heroku

I am setting up a new Django project to deploy on Heroku, however when I am following the Django Heroku deployment guide I come across an error during 'pip inst

ERROR - secure_channel() got an unexpected keyword argument 'default_scopes' with .to_dataframe() on bigquery object

Environment Details Python 3.7.12 google-api-core 1.23.0 google-auth 1.35.0 bigquery 2.3.1 let me know if i can provide any other library versions We are queryi

How to specify which pytorch to import, if I have two different versions installed?

The PyTorch previously installed in the remote Linux system is problematic (version 1.8.0). It is in the system folders so I don't have privilege to uninstall o

How to specify which pytorch to import, if I have two different versions installed?

The PyTorch previously installed in the remote Linux system is problematic (version 1.8.0). It is in the system folders so I don't have privilege to uninstall o

How to specify which pytorch to import, if I have two different versions installed?

The PyTorch previously installed in the remote Linux system is problematic (version 1.8.0). It is in the system folders so I don't have privilege to uninstall o

pip issue installing almost any library

I have a difficult time using pip to install almost anything. I'm new to coding, so I thought maybe this is something I've been doing wrong and have opted out t