Quantcast
Browsing all 13891 articles
Browse latest View live

I'm not able to import the modules which is already installed

I'm not able to import the modules which are already i have installedGive me any suggestion to resolve this problemsI'm not able to import the modules in Vs codeI'm try to import the module vortex-api...

View Article


Polynomial expressions [closed]

Is it possible with regex find polynomial coefficients and degrees this type of polynomials?(9.2+ln5*sin60)*x^5+2.4*x^4-5.7*x^3-4.1*x^2+2.8*x-9.1In output should be 9.2+ln5*sin60 -> 5 2.4 -> 4...

View Article


boto3.resource to create AWS S3 resource fails when proxies config is used

Python code to create AWS S3 resource with proxies config fails inside a containersession = boto3.Session(profile_name="default")sts = session.client("sts")response = sts.assume_role(...

View Article

How to properly save a JPG for steganography

I am working on a simple steganography project that should allow to encrypt text inside the LSB of images pixels, i am using python and the PIL image module, it seems that i can correctly modify the...

View Article

Identify and Calculate Free Area in Vanning Slot Image Using OpenCV

I am working on a project where I need to identify and calculate the free area within a vanning slot in a warehouse. The vanning slot is marked with yellow color, and there are pallets occupying some...

View Article


[求解]_csv.Error: iterable expected, not NoneType [closed]

def return_128d_features(path_img):img_rd = io.imread(path_img)img_gray = cv2.cvtColor(img_rd, cv2.COLOR_BGR2RGB)faces = detector(img_gray, 1)print("%-40s %-20s" % ("檢測到人臉的圖像 / image with faces...

View Article

Memory leak GetNamedSecurityInfoW

I'm trying to get file owner information (domain and user name) with ctypes. In python to get files list I used os.walk.for root, dirs, files in os.walk("c:\\"): for file in files: filename =...

View Article

Python Socket Send

I'm attempting to transmit CV frames and additional data via a socket in Python. My approach includes a "header" that specifies the data type, its size, and the timestamp of its creation. This method...

View Article


Django - CSRF verification failed in Cloud Run

EDIT: I tried doing the tutorial again. It now works perfectly so I must have mistyped something in my last attemptI am following this tutorial from Google codelabs. When trying to login to the admin...

View Article


How can I hook a function in a python module?

I have a package in my virtual environment installed in the site-packages folder of it.In that package there is a module with a bunch of functions. I want to change one of these functions without...

View Article

Writing Shapes Graph (SHACL-SPARQL) in python using rdflib, pyshacl

I am trying to validate a data graph against a shapes graph using pyshacl, which is a Python library for working with SHACL. I have the data graph stored as a '.ttl' file in my system, which I have...

View Article

Check if value stays the same for 10 consecutive days

I have an input like this:Date X Y Value2024-01-10 X1 123 12024-01-11 X1 123 32024-01-12 X1 123 22024-01-13 X1 123 52024-01-14 X1 123 62024-01-15 X1 123 22024-01-16 X1 123 22024-01-17 X1 123...

View Article

Extract the value of mpmath.gamma in python

I use the mpmath.gamma in python function and it print the values in this way like:import randomimport numpy as npimport mpmathy=mpmath.gamma(12.5)The output is in this...

View Article


Install PyTorch - ERROR: Could not find a version that satisfies the...

When I install PyTorch usingpip install torch torchvision torchaudio(because I don't have GPU), I get:ERROR: Could not find a version that satisfies the requirement torch (from versions: none)ERROR: No...

View Article

How to add an accordion in djnago admin in the change_list.html template?

I want to change the default table in the django admin, which is displayed in the template change_list.html. While retaining all the functionality that django provides.The idea is to make the table in...

View Article


Is there a way to properly synchronize audio video in python?

I am trying to do audio with video automation in Python. I want to synchronize a audio file with video. currently I am using $ to split it into parts wherever there are pause. Is there any other way to...

View Article

Polars dataframe: overlapping groups

I am currently "converting" from pandas to polars as I really like the api. This question is a more generally question to a previous question of mine (see here)I have the following dataframe# Dummy...

View Article


Wrong datatime index in Pandas DataFrame with class

I have a Pandas DataFrame with and without class. In case of class I have wrong datatime index but if no class it is ok. Please help.from datetime import datetimeimport pandas as pdclass Records: def...

View Article

Telegram get chat messages /posts - python Telethon

I am using Telethon and Python 3.6xxBeen able to retreive message from groups, no problem but when it comes to channels I am stuck. dialogs = client(get_dialogs)for chat in dialogs.chats: getmessage =...

View Article

Replace duplicate keys in a nested dictionary [closed]

I have a nested dictionary. My goal is to replace duplicate keys. If a key is matched with earlier level key, the key will be replaced in tha latter version with everything in the earlier version. For...

View Article
Browsing all 13891 articles
Browse latest View live


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