Closed nathanearnestnoble closed 4 years ago
You are probably importing matplotlib somewhere before your calling parallel_map
. This is a known bug, and supposedly fixed upstream in matplotlib https://github.com/matplotlib/matplotlib/issues/15410
Thanks @nonhermitian . Following your provided thread, the BrokenProcessPool error was fixed by upgrading python to 3.8.2.
Some subsequent errors came up that were fixed by installing cvxpy (version 1.0.25) and cvxopt (version 1.2.5). There were some errors when installing cvxpy version 1.1.1
Informations
What is the current behavior?
Running Code to perform Quantum Process Tomography using Ignis. Multiple people have tried running this code not using operating system Catalina (they uses older macos's or linux) and the issue has arisen with multiple version of qiskit. The only common factor I have found through these errors is that I am using Catalina and others are not.
BrokenProcessPool Traceback (most recent call last)