Open HelgeEgil opened 6 months ago
Hello there, thanks for the kind words!
I see that you are using Python 3.9 on Windows. I haven't run into this particular issue. From what I found it might be able to be fixed by upgrading your matplotlib
version. Do you mind to report back your version and see if it is 3.7.5
or below?
Please see here for more reference: https://discuss.python.org/t/python3-11-importlib-no-longer-exposes-util/25641/22
Thanks for this nice piece of software! I get the following error when importing dicompylercore 0.5.7 with importlib 1.0.4.
If I change line 16 in dicompylercore/config.py from
to
everything loads nicely.