Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
54 views

When I try to upload a new version 0.8.2 of my python software with pdm to PyPi I get the error [WriteTimeout]: The write operation timed out while the upload works for another project with very ...
flukx's user avatar
  • 101
0 votes
2 answers
236 views

I have a django project with pdm and docker compose and I set up the codebase volume to enable django hot reload and debugging in the container. Building with the compose config works fine but when I ...
1 vote
1 answer
398 views

I am using PDM for virtual environment package management. Also, I am using the pdm build backend, which is problematic. When I was originally packaging apps with setuptools, I was able to specify non-...
1 vote
0 answers
98 views

I'm currently working on an iOS app that uses Bluetooth to stream audio data from a Seeed Studio XIAO nRF52840 (Sense) board, which has a PDM microphone. The board is running the OMI Friend firmware, ...
0 votes
1 answer
355 views

I'm trying to run a FastAPI application using pdm and the following Dockerfile: ARG PYTHON_BASE=3.10-slim # Build stage FROM python:$PYTHON_BASE as build COPY pyproject.toml pdm.lock README.md ./ # ...
1 vote
0 answers
338 views

I hope to develop some Solidworks PDM tools using Python. Currently, I am testing the connection of PDM, checking in and checking out files. Here's my code: import pythoncom import win32com.client ...
1 vote
1 answer
310 views

I'm writing a simple script to count the number of referenced files giving a file in a vault of Solidworks PDM. I get a Type mismatch error in GetFileFromPath method which has the following ...
0 votes
1 answer
3k views

when I add a file pdm.toml for python 3 project, [pypi] verify_ssl = true # https://github.com/pdm-project/pdm/discussions/2406 [tool.pdm.resolution] respect-source-order = true [[tool.pdm.source]] ...
Dolphin's user avatar
  • 40.9k
1 vote
0 answers
875 views

I am using the pdm https://github.com/pdm-project/pdm to manage the python project dependencies, today I found the PyCharm seems did not use the pdm downloaded packages, seems use it's own downloaded ...
Dolphin's user avatar
  • 40.9k
1 vote
0 answers
528 views

I am using pyproject.toml according to PEP 631 (i.e. NO poetry, I am using pdm). I need to specify a dependency version according to the operating system. So far, I tried something like this: [project]...
0 votes
1 answer
131 views

When I tried to start the application using this command: root@visa-service-5fcc84fc6f-hfhxn:~/visa# python3.10 main_api.py Traceback (most recent call last): File "/root/visa/main_api.py",...
Dolphin's user avatar
  • 40.9k
1 vote
1 answer
564 views

When I need to import Crypto in Python3.10 like this in macOS 13.4 with M1 chip: from Crypto.Cipher import PKCS1_v1_5 as Cipher_pksc1_v1_5 from Crypto.PublicKey import RSA def print_hi(name): ...
Dolphin's user avatar
  • 40.9k
0 votes
1 answer
141 views

I am attempting to adapt an example from here which reads PDM microphone data and prints it to a computer using serial USB. I want to bypass the filtering stage in the example so I can write my own ...
1 vote
1 answer
1k views

I'm trying to write a script in python that automatically gets the latest versions of all Excel files in the "Documents" folder in my SolidWorks EPDM vault. Here is my code: import pythoncom ...
BraedonM's user avatar
2 votes
0 answers
2k views

I'm trying to build a wheel using the PDM tool, however when I build the package, external dependencies (eg semver) are not included. This means whoever uses my tool, will need to install these ...

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /