我刚刚安装了 Python3 和 Komodo。我正在尝试运行一个简单的脚本,但收到 py: 命令未找到的错误。我对 Komodo 和 Python 都是新手,所以不知道该去哪里寻找。我看到另一篇文章也有同样的问题,但没有提供有帮助的解决方案。我已经安装了 Python3 并通过终端命令进行了验证。任何帮助是极大的赞赏!
当我通过 pip 安装 thrift_sasl 时。
须藤 pip 安装 thrift_sasl
我遇到了一个错误。错误信息如下:
Running setup.py install for sasl ... error
Complete output from command /Library/Frameworks/Python.framework/Versions/3.6/bin/python3 -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-install-6cb6xrs8/sasl/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/tmp/pip-record-aqa804ck/install-record.txt --single-version-externally-managed --compile:
running install
running build
running build_py
creating build
creating build/lib.macosx-10.6-intel-3.6
creating build/lib.macosx-10.6-intel-3.6/sasl
copying sasl/__init__.py -> build/lib.macosx-10.6-intel-3.6/sasl
running egg_info
writing sasl.egg-info/PKG-INFO
writing dependency_links to sasl.egg-info/dependency_links.txt
writing requirements to sasl.egg-info/requires.txt
writing top-level names to sasl.egg-info/top_level.txt
warning: manifest_maker: standard file '-c' not found
reading manifest file …Run Code Online (Sandbox Code Playgroud)