Elias Kahl

Results 4 comments of Elias Kahl

Ran into the same problem. Even seems to affect the demo at https://doc.gdb.tools/smilesDrawer/sd/example/index_svg.html

I was experiencing the same issue for duplicate types. The issue is that `oapi-codegen` does not check if the type name it generates for `paths..responses` is not already taken by...

The problematic `pyqt5` dependency is required by `ete3`, see https://github.com/etetoolkit/ete/blob/master/setup.py#L81 It is required by `pertpy` [here](https://github.com/theislab/pertpy/blob/development/pyproject.toml#L37), probably because ete3 depends on it. I believe for `ipykernel` it is just an...

Can confirm that setting up dev environment according to the [Contributor Guide](https://pertpy.readthedocs.io/en/latest/contributing.html#how-to-set-up-your-development-environment) also works for me on Apple Silicon. I also have `qt5` installed system wide via `brew install qt5`...