-
### Contact Details [Optional]
_No response_
### System Information
ZENML_LOCAL_VERSION: 0.54.1
ZENML_SERVER_VERSION: 0.54.1
ZENML_SERVER_DATABASE: mysql
ZENML_SERVER_DEPLOYMENT_TYPE: other
ZEN…
-
Using python 3.6 with the following code causes an infinite recursion of python super calls leading to a crash
```
import eventlet
eventlet.monkey_patch()
import os
import socket
from flask …
-
I'm trying to package your module as an rpm package. So I'm using the typical PEP517 based build, install and test cycle used on building packages from non-root account.
- `python3 -sBm build -w --no…
-
I'm opening this issue as an easy way to interested parties to track development progress of the next major APScheduler release (v4.0).
## Terminology changes in v4.0
The old term of "Job", as i…
-
Hi! i have 2 usb cameras connected (I know you disencourage the use of this type of cameras). how can i pass from one to the other?
indi webcam ccd connect directly to /dev/video0, i want to use vide…
-
**Describe the bug**
Mssql tests fail, see screenshots:
![Screenshot 2024-03-08 at 10 59 14](https://github.com/testcontainers/testcontainers-python/assets/13573675/35a01280-1a77-4711-921f-b117946…
-
In an Atmosphere environment, we're seeing times where it loses connectivity to the database server causing the readiness checks to fail:
```
2024-01-18 10:07:43.355 1 ERROR sqlalchemy.pool.impl.Q…
-
The call to opencv's `cvtColor` in `processing.py` debayer function fails with an exception due to the image not passing a bit depth assertion.
```
self.image = cv2.cvtColor(self.image, debayer_al…
-
I'm working on a python project for which I'm using uvicorn, SQL, aiomysql and sqlalchemy,
I'm experiencing issue TCPTransport closed=True reading=False 0x557a7044d410 when I send request to my sign …
-
Hi
I tried with much frustration to get this to work.
I was using the web server to -> config -> sensors and choose sensor A as the BME sensor to 280, on bus 77
I was able to check via a python …