KeyError: 'datapath' during "from svg2data import svg2data"
KeyError Traceback (most recent call last)
~\AppData\Local\Temp/ipykernel_102044/517397449.py in
D:\OneDrive\Work\ICM\QCircle\sandbox\options\svgexport\svg2data\svg2data.py in
d:\Miniconda3\envs\icm\lib\site-packages\matplotlib_init_.py in getitem(self, key) 672 plt.switch_backend(rcsetup._auto_backend_sentinel) 673 --> 674 return dict.getitem(self, key) 675 676 def repr(self):
KeyError: 'datapath'
rcParams['datapath'] has been remove from Matplotlib. This issue has been fixed in PR #6 on the develop branch (https://github.com/peterstangl/svg2data/tree/develop).