我一直在尝试构建pynacl (https://github.com/pyca/pynacl)。但我遇到了一些麻烦。我正在运行ubuntu,并且我已经尝试安装think和我能想到的任何其他东西,但仍然存在同样的问题。
当我运行:python setup.py install时,我得到:
Traceback (most recent call last):
File "setup.py", line 202, in <module>
name=nacl.__title__,
AttributeError: 'module' object has no attribute '__title__'知道我做错了什么吗?另外,我是python的新手
更新:我正在运行Python 2.7.5+
发布于 2014-06-22 06:02:34
我转到/usr/local/lib/python2.7/dist-packages/并删除了其中包含nacl的所有内容。现在它起作用了!
https://stackoverflow.com/questions/24313513
复制相似问题