Andreas Motl
Andreas Motl
The error is not gone yet, those are two more data points. - https://github.com/crate/crate-python/actions/runs/3177362098/jobs/5177712919#step:4:511 - https://github.com/crate/crate-python/actions/runs/3274701823/jobs/5388588426#step:4:486
Another different one from `doctests/layer.txt`. ``` File "/Users/runner/work/crate-python/crate-python/src/crate/testing/doctests/layer.txt", line 219, in layer.txt Failed example: num_nodes Expected: 2 Got: 1 ``` -- https://github.com/crate/crate-python/actions/runs/3218694497/jobs/5263181322#step:4:363
This one still occasionally happens. ``` Caused by: org.elasticsearch.http.BindHttpException: Failed to bind to [44402] Caused by: io.netty.channel.unix.Errors$NativeIoException: bind(..) failed: Address already in use SystemError: Failed to start Crate instance in...
Didn't see this for a while already. Even if, it's just a fluke. Closing this.
Still happening occasionally. ``` BindException: Address already in use. SystemError: Failed to start Crate instance in time. ``` -- https://github.com/crate/crate-python/actions/runs/9562806841/job/26359960751?pr=625#step:4:354 ### References - https://github.com/crate/crate-python/pull/625
This issue has not been observed recently, so I am closing this.
Thanks. Let's go for nightly right away, also for regular testing. CrateDB Nightly is used for crate-python nightly CI jobs anyway, so let's synchronize this.
## Dialogue with self Q: 404 Not Found @ https://cdn.crate.io/downloads/releases/cratedb/x64_mac/crate-latest.tar.gz -- what's [that](https://github.com/crate/crate-python/actions/runs/9553310174/job/26331846066?pr=624#step:4:230)? A: Ah right, that's why we pinned specific versions. 💡 ## Explanation There are no nightly builds...
This is an alternative that works now, by working around the _no nightly builds for x64_mac_ problem. In this way, we can at least use CrateDB `nightly` for the **Linux-based**...
Hi @Matthias84. Thanks a stack for writing in. The designated way to install Python programs on Linux after distributions rightfully started to reject letting `pip` install things into system directories,...