Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [python-2.7]

Python 2.7 is the last major version in the 2.x series, and is no longer maintained since January 1st 2020. Use the generic [python] tag on all Python questions. Do not add this tag simply to convey the version of Python you're using, unless the question concerns an issue specific to Python 2.7.

-4 votes
0 answers
30 views

line 6 else print('not good') ^^^^^ SyntaxError: expected ':' [closed]

salary = int (input('enter your salary: \n')) hours = int (input('enter your hours: \n')) total_salary = salary * hours if total_salary<200000: print('good') else print('not good') I want to ...
Ali Sohrabpour's user avatar
0 votes
0 answers
13 views

Could not find py4J jar at

I am trying to run my PMML pre-trained model in Python 3.9, but no matter what I do I have this error Could Not find py4j jar at. None of the solutions provided on the blogs are working. And, even if ...
Tidiane Sall's user avatar
0 votes
0 answers
30 views

Authenticate with SharePoint REST API using Azure AD not Azure ACS

With Python 2.7, I am currently trying to authenticate with the SharePoint REST API i.e. https://[tenant]/sites/[site_collection]/_api/web/lists, etc. I am able to generate, from what I can tell is, a ...
datRedHeadedGuy's user avatar
-5 votes
0 answers
49 views

python package pre-commit can't initialized [closed]

I'm installed pre-commit with pip version 20.3.4 and git already installed on my machine. When I try to use pre-commit install command this error has showed. An error has occurred: FatalError: git ...
Lycan's user avatar
  • 19
-3 votes
0 answers
29 views

DBT tool active users list [closed]

I want to fetch a list of active or non active users in all models .Is it possible? I tried to list models, but unable to get user info like username,project, and last activity or last logged in.
Premlata Ranganathan's user avatar
0 votes
0 answers
15 views

Sound Localization in Python 2.7

I am currently busy with a project for sensory substitution. It is an extension of a previous project and i do not have the time to convert it to python 3 so have continued working in python 2.7, also ...
BuddyJ101's user avatar
-3 votes
0 answers
20 views

how can I compute the striking force of a football player using python [closed]

in a football match between England and Spain Julius Fueke needs a decisive goal, write a Python program that can compute the striking force of each of the players i tried using the import numpy but ...
yagi's user avatar
  • 1
0 votes
0 answers
49 views

how to make python 2.7 working in alma linux 9 with dnf

I have Alma Linux 9 in my VM, which is not compatible with python 2.7, but I need backward compatibility as well. I had installed python2.7 from the source code and created a softlink between /usr/bin/...
anupurba mitra's user avatar
0 votes
1 answer
20 views

How to avoid "UserWarning: Reading `.npy` or `.npz` file required additional header parsing..."

I'm creating .npz files in Python 2 (yes, Python 2, not 3 and I can't change it) full of .npy files. When reading those .npz files, I'm having the warning message: "UserWarning: Reading .npy or ....
Avatar36's user avatar
-4 votes
0 answers
58 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
1 answer
67 views

how to conver new key into old in python3 ndb

Here my code new_key= ndb.Key(urlsafe = request.user_key) this is written in python3 ndb this will return us key and we change in urlsafe key = new_key.urlsafe() key.decode(encoding="utf-8&...
Jaskaran Singh's user avatar
0 votes
0 answers
40 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
0 answers
65 views

can't find the libraries meta_lib and meta_log in pypi

I was trying to use a legacy script from a qualcomm flashing package (Packaged for QFIL) examining the script I found that it is: Python 2.7.18 (I'm have little or no experience with it. It makes ...
Nayan 's user avatar
  • 11
1 vote
2 answers
30 views

TypeConversion of a string with float values to integer is throwing error

I have written the following code: typConvInt = int('3.3') print(typConvInt) But compiler is throwing an error. ErrorMessage: Traceback (most recent call last): File "E:\Trainings\...
Sunil G.V.'s user avatar
0 votes
0 answers
24 views

Get actual with foreign key Web2py

I have a data table with three fields. All of these three (3) fields are foreign key of others table. But I want to display the actual data. How can I work it out? For now, I can only display their ID....
Lycan's user avatar
  • 19
2 votes
2 answers
72 views

Change mantissa in scientific notation from 0-1 instead of 1-10

I want to format a number so that the mantissa is between 0 and 1 instead of 1 and 10 in scientific notation. For example; a=7.365 print("{:.6e}".format(a)) This will output 7.365000e+00, ...
Raheel Shaikh's user avatar
0 votes
0 answers
39 views

How to change the python version of a virtual enviremnet?

I am writing a Django React web app and I am required to install Dlib for a specific component to work (to install face_recognition library). However I am unable to do so because I used Python 3.12 to ...
Achira Silva's user avatar
1 vote
0 answers
24 views

Runing a script written for python2.7 using subprocess.run in a script written in python3.11

In my company there is a script: install.py that is written in python2.7. The issue I'm writing a script to run this script from my own python script which I've written in python3.11. In the beginning ...
Saar Katz's user avatar
0 votes
0 answers
11 views

Can processing of request/grequest responses be run concurrently in Python2?

I'm writing a Python2 program that pulls a large amount of JSON data from a remote CouchDB database. The data is indexed by timestamp: I pass a startkey and an endkey, and the database returns all ...
lucs100's user avatar
  • 303
0 votes
2 answers
40 views

Converting python 3 to 2.7.5 F string to .formated

I learned all of my python on 3.0 and greater and come to find out the server that I need to put my script on is 2.7.5 which means no f strings. I am having issues converting my script from F strings ...
Patrick Perea's user avatar
0 votes
2 answers
34 views

Can I set up autocomplete in VS Code for Revit API stubs without having Revit installed?

In my office, I have a PC that does not meet the minimum requirements to install Revit. I want to use it just for writing my API codes in VS Code, so I can use them later on another PC with Revit ...
Redouane TEBBOUNE's user avatar
0 votes
0 answers
20 views

AttributeError when running unittest with coverage in Python 2.7 on WSL

I'm encountering an error while attempting to run unit tests with unittest and coverage in Python 2.7 on a Windows 11 system using WSL (Windows Subsystem for Linux). The error message suggests an ...
a_retr0's user avatar
0 votes
0 answers
60 views

How to move effector near a target object?

I am using Python 2.7 with naoqi to make the robot grab an object with both hands (either from the bottom or from two sides). As a first step I want to move an effector to one side of a perceived ...
Sam's user avatar
  • 374
2 votes
1 answer
74 views

Is there a way to mock .strip() for unit testing in Python 2.7's unittest module?

I am using Python 2.7 for a coding project. I'd love to switch to Python 3, but unfortunately I'm writing scripts for a program that only has a python package in 2.7 and even if it had one in 3 our ...
Réka's user avatar
  • 133
0 votes
1 answer
33 views

boto 2.49.0 unable to load ECS Fargate task role credentials from instance metadata

I am working on getting a legacy application up and running. It is using Python 2.7, I have managed to get it Dockerized and deployed to ECS using Fargate. However the legacy code is using boto 2.49.0 ...
technik's user avatar
  • 55
0 votes
0 answers
39 views

Unable install python-ldap in python 2.7.9 on windows 11

I cannot install the required package because it needs Visual Studio C++ 9.0, which is no longer supported. Unfortunately, I can't upgrade my Python version because I need it for Odoo 8 development. ...
Bagas Muhammad Shaka's user avatar
5 votes
3 answers
98 views

Why is format() throwing ValueError: Unknown format code 'f' for object of type 'str' when I'm not inputting a string?

I am using Python 2.7. (Switching to Python 3 for this particular code is not an option, please don't suggest it.) I am writing unit tests for some code. Here is the relevant piece of code: class ...
Réka's user avatar
  • 133
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
0 answers
26 views

CalledProcessError throwing when executing HDFS cp command throw subprocess.check_output

I encountered a CalledProcessError when I ran the HDFS cp command using the subprocess.check_output function. Below is a sample of my program. >>import subprocess >>command = "hdfs ...
Valli69's user avatar
  • 9,664
0 votes
0 answers
36 views

Is there a way to make RS232 communication with fluke8846a faster for measurement?

I’m using Fluke 8846A for measuring current in a setup where the current range is set to 10A. I’m using MEASure method to read value from Fluke 8846a using RS232 communication at baud rate of 115200 ...
Manvi Agarwal's user avatar

15 30 50 per page
1
2 3 4 5
3172