Skip to main content

All Questions

Tagged with
-4 votes
0 answers
57 views

Unable to install BeautifulSoup4 on Red Hat Linux

When I try to install BeautifulSoup4. I am getting this: $ pip install beautifulsoup4 Collecting beautifulsoup4 Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection ...
asha ganapathy's user avatar
0 votes
0 answers
34 views

How to install pip for python 2.7 on ubuntu 23.10

There are some links such as here for instructions on how to install pip2 on ubuntu with python 2.7, however when I run curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py sudo ...
Joe Emmens's user avatar
0 votes
1 answer
40 views

Generate Python 2.7 dependency tree for offline installation [duplicate]

I need to install the dateutil Python library to run a script at work. The problem is that our machines do not have internet access so we cannot use pip2.7 to install the dependencies. What we can do ...
montepinar's user avatar
0 votes
1 answer
118 views

Python 2.7 requirements won't install without virtualenv

I'm working on migrating away from a legacy Django 1.6 application that runs on Python 2.7. I still need to be able to run this project, which runs inside a Docker container. The issue I'm facing is ...
phrfpeixoto's user avatar
0 votes
0 answers
26 views

SSL Error and InsecurePlatformWarning when installing packages using pip on Python 2.7

I'm encountering a problem when installing packages on Python 2.7 using pip. Despite repeated attempts, the installation fails with SSL errors and warnings about an insecure platform. For example here'...
Foad S. Farimani's user avatar
0 votes
1 answer
80 views

When using SSH to install the library, Python 2.7 reported an error, but the Python in the virtual environment is 3.10

input:pip install loguru DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for ...
Esther Mo's user avatar
-1 votes
2 answers
394 views

How to install wxPython on python 2.7 [closed]

enter image description herei'm having trouble installing wxpyhton on python 2.7. I attached the error command togetger. I tried to install wxPython on python 2.7 by using pip install. But it was not ...
RAn's user avatar
  • 13
-2 votes
2 answers
260 views

pip2.7 in virtualenv: Python 2.7 reached the end of its life

I created a virtual environment using this command: /usr/bin/python2.7 -m virtualenv venv It mostly works, but using venv/bin/pip2.7 prints the following warning: DEPRECATION: Python 2.7 reached the ...
personal_cloud's user avatar
1 vote
1 answer
432 views

How to Install pip using python2 / Python (2.x)?

I tried to install libosmesa-devel for my EulerOS. It required Python (2.x) pip to install some packages. I already had python3 installed; so, I installed python2. Then, I got stuck while trying to ...
Mashuk Paban's user avatar
0 votes
0 answers
25 views

Installing brew pip to Python 2.7 [duplicate]

I'm trying to install pip to Python 2.7. When I try to run this line of code. I need this to work because I am trying to install GS tools dataset that I will need for geostatistical modeling as a ...
Yomi 's user avatar
1 vote
1 answer
644 views

python setup.py egg_info failed

I just downloaded Pycharm community 2023.2, also using python 2.7 interpreter I'm trying to run the following: python -m pip install --upgrade pip And I'm getting the following error: Collecting pip ...
Sam12's user avatar
  • 1,805
0 votes
0 answers
200 views

Client Error: SNI is required Client Error: SSL is required

Python 2.7.6 pip 1.5.4 from /usr/lib/python2.7/dist-packages (python2.7) pip.conf is not exist in system Distributor ID: Ubuntu Description: Ubuntu 14.04.5 LTS Release: 14.04 Codename: ...
Senior Pomidor's user avatar
0 votes
0 answers
31 views

pip reporting erorr Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-QW1_6h/setuptools/ [duplicate]

I am unable to get python pip working by any means. Please find below my commands and the output... subscription-manager repos --enable rhel-server-rhscl-7-rpms yum install python27-python-pip scl ...
learner's user avatar
  • 2,750
0 votes
0 answers
26 views

"AttributeError: find module" whenever I use "pip" command

Whenever I use any command that starts with "pip" (for example: pip --version) I get the following error: Error in sitecustomize; set PYTHONVERBOSE for traceback: AttributeError: find_module ...
Nick Sciarretta's user avatar
0 votes
0 answers
345 views

Installing compatible python package version with specific python version

due to network constraints and security constraints, I must use python 2.7.11, and thus a lot of python packages don't install correctly with pip install, since it downloads a version that was ...
ProjectFluffy's user avatar

15 30 50 per page
1
2 3 4 5
90