When I attempt to import hashlib
in any context, it throws this error:
File "<stdin>", line 1, in <module>
File "build/bdist.macosx-10.11-intel/egg/hashlib.py", line 115, in <module>
"""
TypeError: 'frozenset' object is not callable
Any idea how I can resolve this? I'm generating this error simply by opening up Terminal, running python
and then typing import hashlib
.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…