wilfried kouabena
unread,Sep 20, 2023, 12:38:23 PM9/20/23Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to SimPEG
I have installed SIMPEG but when I try to run the 1D code I got an error , could you help solving it --------------------------------------------------------------------------ImportError Traceback (most recent call last)
Cell In[5], line 4
2 import numpy as np
3 import matplotlib.pyplot as plt
----> 4 from SimPEG import Mesh, Utils, EM
ImportError: cannot import name 'Mesh' from 'SimPEG' (C:\Users\wilfr\anaconda3\envs\Praticemachinelearning\lib\site-packages\SimPEG\__init__.py)