Ziggy Cross

Results 9 comments of Ziggy Cross

Using `python:3.11-buster` with @romikforest's solution worked for me. I could not it to work with standard `python:3.11`.

Did this error ever get resolved? I am using SWIG 3 and `python:3.11-buster` as a workaround.

I'm happy to help test on macOS Ventura if needed. A pip installer would be great, or even improved docs on installing for python. @JeanChristopheMorinPerso, how much work needs to...

Thanks for the thoughtful response @JeanChristopheMorinPerso. Do you think perhaps it would be possible to include the files needed to run an offline pip install? That way anyone who has...

I think you'll need to switch to a non-slim image. I had this issue when using `FROM python:3.11-slim`, and fixed it by switching to regular `FROM python:3.11` (slim is missing...

Thanks for the thoughtful response, these are all very good points. Personally I just find the directional keys harder to use than the main T9 keys on my device, but...

I'm also having a lot of trouble getting the examples to work. Some tests that show how this is meant to be done would be much appreciated!

@bentuna could you submit your updates as a PR? It seems to solve the issue. I would love to use it but am too new to Nextcloud to know where...

I ran into the same problem with BleuScore, but it was because I wasn't passing it properly. ``` results = evaluate(eval_dataset, metrics=[BleuScore]) > 'property' object has no attribute 'get' results...