Hey, The swagger editor <http://editor.swagger.io/#/> seems to have updated its server codegen tool over the weekend (at least for Python) and I can't run the generated servers on windows anymore. I think a linux environment is assumed now. I keep getting the following error:
python-flask-server\swagger_server\models\base_model_.py, line 2, in <module> from typing import TypeVar, Type ImportError: cannot import name 'Type' I was attempting to run the default "uber" spec after pip installing the requirements.txt and running __main__.py with "python -m swagger_server" as per the readme. Any ideas for windows users? -- You received this message because you are subscribed to the Google Groups "Swagger" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
