-
**Describe the bug**
After installing nodejs, npm, ipympl and all the dependencies, when I try to use `%matplotlib widget` I get a `FigureCanvasNbAgg()` text print instead of the figure. I tried look…
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
I'm using python 3.9, I've tested the code with other GDX sensors and I can connect without any problem, but when I try to connect the GDX-PYR it gives me this error
C:\Users\kyo_a\Documents\Eduard…
-
### Bug description
Superset : 3.0.0
While running a query in SQL LAB with more that 20k values in IN clause, the query is not getting submitted in and is returning:
**"superset.databases.com…
-
I installed the easy-auth with pip install easy-auth[server] has a missing dependancy 'aiosqlite'. When I run the main file I and head onto /login page it throws the error as below
Error Log
- …
-
### Python -VV
```shell
Python 3.10.14 (main, Aug 14 2024, 05:14:46) [Clang 18.1.8 ]
```
### Pip Freeze
```shell
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiosignal==1.3.1
annotated-types==0.7.0
…
-
### Apache Airflow Provider(s)
cncf-kubernetes
### Versions of Apache Airflow Providers
apache-airflow-providers-amazon==8.14.0
apache-airflow-providers-celery==3.5.1
apache-airflow-providers-cnc…
-
### Contact Details [Optional]
grigoryan.tigran119@gmail.com
### System Information
ZENML_LOCAL_VERSION: 0.67.0
ZENML_SERVER_VERSION: 0.67.0
ZENML_SERVER_DATABASE: mysql
ZENML_SERVER_DEPLOYMENT_…
-
main class
```
class Database:
def __init__(self, db_url: str) -> None:
self.db_url = db_url
self._engine: AsyncEngine | None = create_async_engine(url=db_url, echo=True)
…
-
### First Check
- [X] I added a very descriptive title to this issue.
- [X] I used the GitHub search to find a similar issue and didn't find it.
- [X] I searched the SQLModel documentation, with the …