zatosource / zato

ESB, SOA, REST, APIs and Cloud Integrations in Python
https://zato.io
GNU Affero General Public License v3.0
1.1k stars 239 forks source link

ModuleNotFoundError: No module named 'typing_extensions' #1188

Closed saki82 closed 2 years ago

saki82 commented 2 years ago

I am on Windows 10 following the instructions on Zato.io. After invoking "zato quickstart ~\env\my1" i get the following error: image typing_extensions is already installed, what is the issue? Thank you!

sampathpagolu commented 2 years ago

Did you try this article: https://zato.io/en/docs/3.2/dev/libs/pip.html

saki82 commented 2 years ago

Thanks @sampathpagolu , i found the issue. It was in the windows_update.bat which called "environment.py" instead of "zato_environment.py". Thats why it never installed the requirements. Fixed it in PR #1189