Google App Engine Python 3.7 build error: `pip_download_wheels` returned code: 1

后端 未结 3 1136
离开以前
离开以前 2021-01-12 20:49

I am using Django REST Framework to deploy on Google App Engine and my requirements.txt file is as follows:

asn1crypto==0.24.0
astroid==2.1.0
bo         


        
3条回答
  •  半阙折子戏
    2021-01-12 21:26

    Just had a similar problem after upgrading my Python version to 3.7. I am coding in Pycharm. I had to update my requirements.txt. Pycharm made this easy in the Tools - Sync Python Requirements menu item.

    After that, the app engine upload worked like a charm.

提交回复
热议问题