Language/python
Spyder에서 multiprocessing 시 hang 해결 방안
민동기
2019. 12. 25. 13:17
728x90
아래 추가
__spec__ = "ModuleSpec(name='builtins', loader=<class '_frozen_importlib.BuiltinImporter'>)"
Python Multiprocessing error: AttributeError: module '__main__' has no attribute '__spec__'
I'm using Python 3.6 and am trying to follow along with the very first example at the website below (full code also below) and am getting the below error: https://docs.python.org/3.6/library/
stackoverflow.com