You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to install MED using pip as described under "Getting Started" when using Python 3.12 it results in the below error:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
I believe that this is caused by pkgutil.ImpImporter being deprecated.
As a workaround, I have installed MED on an environment using Python 3.11, which has worked.
The text was updated successfully, but these errors were encountered:
When attempting to install MED using pip as described under "Getting Started" when using Python 3.12 it results in the below error:
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
I believe that this is caused by pkgutil.ImpImporter being deprecated.
As a workaround, I have installed MED on an environment using Python 3.11, which has worked.
The text was updated successfully, but these errors were encountered: