Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 python 3.4.3 安装 Cheetah 包(Cheetah-2.4.4)时出现以下错误
Traceback (most recent call last): File "setup.py", line 10, in <module> import SetupTools ImportError: No module named 'SetupTools'
尝试了很多方法解决这个问题,但没有运气。任何人都可以帮助我这里缺少什么。
用于pip install Cheetahpython 2.x 和pip3 install Cheetah3python 3.x
pip install Cheetah
pip3 install Cheetah3
这应该在今天发布的 Cheetah 3 中得到修复。Cheetah3 适用于 Python 3.3+。