Quantcast
Channel: Active questions tagged python - Stack Overflow
Browsing all 13861 articles
Browse latest View live
↧

how to include lxml in depenency list of python package with setuptools?

I have used the following code in setup.py filesetup(..., install_requires=[ 'lxml' ], .....)But when i install the package it gives the following error Scanning index of all packages (this may take a...

View Article


can only convert an array of size 1 to a Python scalar in mycode

def time_lag(data, lags):"""Transforms the dataset to a time series of grid information and spits back the time lagged time seriesdata - the full name of the csv file"""time_orig =...

View Article


How to use Average Directional Index (ADX) Indicator of Talipp Library?

I was using Talipp library for financial analysis as my boss told me to do it, but I didn't find any material on internet from where I can get to know how to use this library. If anyone know How to use...

View Article

How can I print many significant figures in Python?

For a scientific application I need to output very precise numbers, so I have to print 15 significant figures. There are already questions on this topic here, but they all concern with truncating the...

View Article

Does not log in to the account through the socialaccount in Django allauth

Does not log in to the account through the socialaccount, although the message appears 'Successfully signed in as ' ({% if user.is_authenticated %} is False, user is AnonymousUser). Everything is...

View Article


Error message when trying to run a code with GDAL

i'm trying to solve this problem for a week now and it seems i did all i could.this is the error message i'm getting:Traceback (most recent call last): File...

View Article

Using Pyinsane or Other Libraries with Fujitsu fi-6130 Scanner

Hello StackOverflow community,I need to scan documents using Python and want to use pyinsane or other libraries for this purpose. I'm considering the Fujitsu fi-6130 scanner, but I'm unsure if it's...

View Article

How can i fix this error on SSL certificate

ERROR: Could not install packages due to an OSError: Could not find a suitable TLS CA certificate bundle, invalid path: C:\Program Files\PostgreSQL\16\ssl\certs\ca-bundle.crtHello i'am trying to...

View Article


Why am I getting this error? - NoSuchDriverException

I've been programming in python for a couple weeks now on my laptop, but I was hoping to run a program using selenium on my pc. I downloaded chromedriver and tried to run it, but I keep getting this...

View Article


Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use...

I try to use library cv2 for changing picture.In mode debug I found out that problem in function cv2.namedWindow:def run(self): name_of_window = 'Test_version' image_cv2 =...

View Article

django.core.exceptions.MultipleObjectsReturned error in Django-Allauth

I'm encountering an issue when trying to access the 'kakao' provider in Django-allauth. (Actually, google has a version issue now so, I want to figure it out kakao first) I have an exception for...

View Article

How fast can a max sum rectangle be found?

I need to find a rectangle in a large matrix of integers that has the maximum sum. There is an O(n^3) time algorithm as described here and here for example.These both work well but they are slow,...

View Article

Python - Skip header row with csv.reader [duplicate]

I tried this proposed solution on a large (7000 line) csv file):Read File From Line 2 or Skip Header Row`The following code worked but only if I manually remove the header:RatedTracksFile =...

View Article


cv2.VideoCapture(0) doesn't work on android

I'm trying to create an AR project with VR using an android phone as the screen. I'm using python 3 and kivy to export to android. I'm using cv2.VideoCapture(0) to get the video on the phone, but that...

View Article

The object is not callable

I have a DF and i want to group it by column Confidence and ranges 0-30, 30-60etc. I have run groupby function and got back a groupby object.I runned the aggregations on the object want to run but the...

View Article


UserWarning: X does not have valid feature names, but KNeighborsClassifier...

ID Ever_Married Graduated Gender Profession Spending_Score Segmentation Family_Size Age Work_Experience0 462809 0 0 1 5 2 3 3 4 11 462643 1 1 0 2 0 0 2 18 152 466315 1 1 0 2 2 1 0 44 13 461735 1 1 1 7...

View Article

How to stratify split a multi-label, melted dataframe by unique IDs instead...

Note: I am not asking how to pivot a dataframe, I'm asking how to split a dataset into train, validation and test sets where the dataset is not only in multi-label and melted format, it also has to be...

View Article


Refresh button using streamlit. Had to click on refresh twice to make it work

How to make it work on single click.import streamlit as stimport pandas as pdimport numpy as np# Function to read DataFrame from CSVdef read_dataframe(): return...

View Article

Issues installing frida with pip

I have python 3.12 and the latest version of pip installed on windows 10, but when I run the command:pip install frida-toolsIn Command Prompt, I get the following error messages:WARNING: Retrying...

View Article

Meal plan algorithm closest to x calories with types

I have a problem where I need to generate a meal plan with:x number of meals per day (eg. 5)x number of meal types in the plan (eg. 2 breakfasts, 2 snacks and 1 lunch)Number of calories in meal plan...

View Article
Browsing all 13861 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>