I am unable to run mprof plot. I get the above value error instead which is due to line 312 in mprof,py
which is: field, value = l.split(' ', 1).
I am currently running memory_profiler as: python -m memory_profiler mprof plot in command. Mprof run works as intended.