Ashkan Ranjbar
Ashkan Ranjbar
I tried installing ninja build tool as well, but the problem still resists. I've migrated back to Calibre, since it's essentially the same source code from bookworm. But the thing...
Please also give me a try @BenWilson2
I actually dropped this investigation a while ago since I found out @jph00 is onto preparing the second edition of the book while the recent course of fastai didn't cover...
I'll try on the `LightGBM` part, @BenWilson2
https://pymssql.readthedocs.io/en/stable/pymssql_examples.html#calling-stored-procedures
by the way, your template for committing issues is so complicated it took 8 minutes to report such a simple thing!
```Bash Status of node rabbit@f6ad08760dc5 ... Runtime OS PID: 20 OS: Linux Uptime (seconds): 5 Is under maintenance?: false RabbitMQ version: 4.0.0+beta.2.6.g65c3daf RabbitMQ release series support status: see https://www.rabbitmq.com/release-information Node...
Whoa it's `rc`. Now I feel ashamed! Although it might be a good head start for your team to be informed about their rc release.
```Python from celery import Celery app = Celery('tasks', broker='pyamqp://ashkan:123456@localhost:5672//') @app.task def add(x, y): return x+y ``` Where the RabbitMQ server is exposed from a docker container onto my localhost:5672 using...
What seems to be the problem? @auvipy