标签: python python-2.7 attributeerror
我确实pip安装了多处理模块,并且我在python代码中引用了路径。当我尝试使用导入多处理时,它会抛出属性错误。
pip install multiprocessing is done. import sys sys.path.append('') import multiprocessing
该行导入多处理引发attributeerror:模块对象没有属性'_Condition'。如何解决此错误