1

我在 Dan Sanderson 书中的 Google Cloud SDK 入门部分,抱歉没有链接。

问题是我使用本地安装的 Python 创建了一个时钟应用程序。然后我创建了一个虚拟环境,并使用相应的安装运行相同的应用程序。
我安装了我需要的软件包,但我收到了一个奇怪的错误,即我认为是基础 Python 软件包之一。

(myenv) diego@host:gae-clock$ dev_appserver.py .
Traceback (most recent call last):
  File ".../google-cloud-sdk/bin/dev_appserver.py", line 11, in <module>
    import bootstrapping.bootstrapping as bootstrapping
  File ".../google-cloud-sdk/bin/bootstrapping/bootstrapping.py", 
    line 9, in <module>
    import setup
ImportError: No module named 'setup'

感谢您指出正确的方向。请让我知道我是否可以展示更多信息来追踪这一点。

4

0 回答 0