Skip to main content

All Questions

Tagged with
1 vote
0 answers
62 views

Reading Digital PErsona HId 4500 Reader in python using C types

im new into programming, im using a sample c# code from SDK Digital persona, in python. I read SDK and didn't found the exact conversion, im excepting the Code to read the USB finger reader and ...
Edu Sistemas's user avatar
1 vote
1 answer
65 views

couchbase.exceptions.UnAmbiguousTimeoutException using Python SDK

I’m getting couchbase.exceptions.UnAmbiguousTimeoutException every time I try to connect to my Couchbase cluster using the python SDK. With the same naming and configuration, I have no issue ...
aminrd's user avatar
  • 4,660
0 votes
1 answer
66 views

Connect to Host machine using Python Docker SDK

I have a script in Python, that builds and starts a Docker container using the docker Python SDK. I am setting a custom option extra_hosts, as well as specifying the network my container is running in ...
rzimmerdev's user avatar
1 vote
1 answer
81 views

Cannot run Matlab SDK module for Python inside Docker, but no issues locally

I need to run a Matlab script inside Python. To achieve that, first I installed Matlab Compiler Runtime (MCR) using this documentation. Then, I used this documentation to create and install a python ...
Sayyor Y's user avatar
  • 1,230
0 votes
0 answers
19 views

The network SDK has not been initialized when connecting to NVR

I'm encountering an issue when trying to connect to an NVR using a Python script. The script is supposed to initialize the network SDK and then connect to the NVR, but I'm getting an error message ...
dhouha Ben Said's user avatar
0 votes
0 answers
165 views

Adobe PDF Extract API (Python) - Getting started?

I am trying to set up the python starter pdf extraction and having difficulty. I followed the steps on the below link : https://developer.adobe.com/document-services/docs/overview/pdf-extract-api/...
tom roddick's user avatar
1 vote
1 answer
278 views

How can I get a raw Query from Looker SDK?

I am facing some problems while trying to use Looker SDK with Python. Following the steps from this tutorial https://colab.research.google.com/github/looker-open-source/sdk-codegen/blob/main/python/...
avelino's user avatar
  • 25
0 votes
1 answer
761 views

Microsoft Graph SDK for Python: How to Get a SharePoint List?

Preface, there are similar questions (such as) but these are different as the SDK for python doesn't seem to provide a manner to specify a domain name for the MS365 tenant. I've created a client ...
MrChadMWood's user avatar
0 votes
0 answers
26 views

Install fabric sdk python package

I am getting this error when I try to install the main package (fabric sdk python): × python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [16 lines of output] ...
Haris Ali's user avatar
0 votes
1 answer
169 views

Can't create and run an Azure ML Text NER job from Python script

I'm trying to trigger a Text NER job on Azure ML service from a Python script, with training and validation folders uploaded on the datastore from local paths. The code is as follows: import os from ...
Marco Gambelli's user avatar
0 votes
1 answer
217 views

How to get the life cycle status of the instances in OCI cloud?

I am trying to get the life cycle state of the resources or instances via API call. There are API calls via group wise and I couldn't find a single API call to get the life cycle state. Am I missing ...
Leela Venkatesh Atchutha's user avatar
0 votes
1 answer
48 views

Python Smartsheet SDK Issue - Cannot Import Smartsheet with API Token

I am trying to use Python to update a test data sheet in Smartsheet. In Python: import smartsheet smartsheet_client = smartsheet.Smartsheet('###############') Error: Traceback (most recent call last)...
Aliah Hutson's user avatar
0 votes
2 answers
264 views

Tuya python script doesn't connect. Error 501

When I'm trying to connect to tuya api using tuya_iot library, I get a generic error that says nothing. I tried this: from tuya_iot import TuyaOpenAPI, TUYA_LOGGER import logging TUYA_LOGGER.setLevel(...
leadvic's user avatar
  • 83
0 votes
1 answer
66 views

Issues to get or transform an inserted value with PyQt5 into int or float

I am trying to develop a GUI with Python in order to run the Impedance Analyzer of an Analog Discovery 2 from Digilent. So far, I found the Waveforms ADK for several setups of the analyzer and I ...
Issam Kury's user avatar
0 votes
1 answer
264 views

Wyze SDK: How do I use the refresh token properly?

I'm trying to understand how the refresh_token() function works in the Wyze python SDK: https://github.com/shauntarves/wyze-sdk/blob/master/wyze_sdk/api/client.py Let's say I want to access the Wyze ...
Aran Bins's user avatar
  • 477

15 30 50 per page
1
2 3 4 5
22