我有一个简单的Python 2.7
Google App Engine 应用程序。我将我的PyCharm
专业 IDE 设置为使用模拟器调试或运行应用Datastore
程序,并收到以下错误:
`Cannot use the Cloud Datastore Emulator because the packaged grpcio is incompatible to this system. Please install grpcio using pip`
我试图安装这个包(grpcio
)使用pip
没有改变
PyCharm 运行以下命令来启动应用程序:
/usr/bin/python2.7 /home/netanel/Desktop/google-cloud-sdk/google-cloud-sdk/bin/dev_appserver.py --port 8080 --host localhost --clear_datastore=yes app.yaml --support_datastore_emulator=True
如果我从终端窗口运行此命令,它运行良好