Hello,
thanks to the deveolpers, this library has been very helpful,
I’m not sure if this is the right place to ask this:
Has anybody used simpegEM1D? This is a package for simulation and inversion of electromagnetic surveys, which uses SimPEG.
I’m trying to run some examples, but so far i can’t even import simpegEM1D. I reinstalled both to make sure i have the current versions: SimPEG 14.3 and simpegEM1D 0.0.18a0.
This is what happens when i try to import simpegEM1D:
import simpegEM1D
Traceback (most recent call last):
** File “”, line 1, in **
** import simpegEM1D**
** File “C:\Users\Usuario\Anaconda3\lib\site-packages\simpegEM1D_init_.py”, line 1, in **
** from .EM1D import EM1D**
** File “C:\Users\Usuario\Anaconda3\lib\site-packages\simpegEM1D\EM1D.py”, line 1, in **
** from SimPEG import Maps, Utils, Problem, Props**
ImportError: cannot import name ‘Maps’ from ‘SimPEG’ (C:\Users\Usuario\Anaconda3\lib\site-packages\SimPEG_init_.py)
Has anybody had used simpegEM1D recently? I think the problem may be different versions of SimPEG uses uppercases or lowercases for some folders.