I have built an app using Google App Engine. As the next step, I would like to use task queues but when I try to import taskqueue from google.appengine.api, the above error is thrown. I tried it locally on a virtual environment in Python and also tried to deploy it but with same error. I have read that it's a pretty common error and I have tried all the common solutions out there on SO, GitHub etc. but in vain. So, any help in this would be greatly appreciated.
(Stack: Windows OS, Python3, Flask)