c-xlenz

Results 7 comments of c-xlenz

Thanks. But ... the problem is not in M1 directly. That works fine! It is more the version that is required in the used ubuntu version in the docker is...

Thanks @msaroufim. I think the issue is, that torch serve is not being built when you build the docker image. Instead it installs it from pypi This might lead to...

I think it is the same as here: https://github.com/graphql-python/graphene-pydantic/issues/104

Thanks for your reply. I will try to sketch a bit more code around my use case so that it might be better understandable ;) I have a interface definition...

I have the same issue for the alpha 7 R V. Described here: https://github.com/jim-easterbrook/python-gphoto2/issues/193 seems to be related to the versions of libgphoto2 and or libgphoto2_port...

@patrick91 Can you provide a short working example of Maybe for pydantic models based on the example presented above? Unfortunately, all attempts that I have tried, did not behave as...

I am not sure, if this solves the problem. If you run the minimalistic example from #107 ` class A(pydantic.BaseModel): x: str | None = None y: list["A"] | None...