Sergio Soto

Results 4 comments of Sergio Soto

You need to make a symbolic link running inside a console `ln -s /usr/bin/node /usr/bin/nodejs`or if you are in ubuntu can install `apt-get install nodejs-legacy`

I tried last week and I'm having the same issue. * OS: masOS 14.5 * Python version: 3.11.8 * openapi-python-client: 0.21.1 I look for some examples but I couldn't find...

I'm gonna try [datamodel_code_generator/](https://docs.pydantic.dev/latest/integrations/datamodel_code_generator/) an alternative supported by Pydantic. Maybe it is helpful for others.