scramjetorg / transform-hub

Scramjet Transform Hub (STH) is a runtime supervisor that can run data processing programs called Sequences and manage local resources on any Linux server, Docker on small edge servers, and even large-scale Kubernetes clusters in the cloud or datacenters. It connects to Scramjet Spaces in Scramjet Cloud Platform.
GNU Affero General Public License v3.0
67 stars 8 forks source link

Python 3.11.5≤ versions cause asyncio exception #1051

Open S4adam opened 9 months ago

S4adam commented 9 months ago

Describe the bug On the newer Python versions (3.11.5≤), asyncio library causes an exception.
asyncio.exceptions.IncompleteReadError: 0 bytes read on a total of undefined expected bytes

Steps to Reproduce

  1. Switch to Python 3.11.5 (that includes 3.12, 3.13 etc.)
  2. Deploy any Python Sequence.
  3. Check STH logs.

error