Skip to content

我在运行时出现错误出现imagex的错误 #3

@zhoushao08

Description

@zhoushao08

ModuleNotFoundError Traceback (most recent call last)
Cell In[4], line 4
1 import numpy as np
2 import matplotlib.pyplot as plt
----> 4 from seisfwi.model import ElasticModel
5 from seisfwi.survey import Survey, Source, Receiver, GenericCable
6 from seisfwi.propagator import ElasticPropagator

File ~.conda\envs\GenericFwi\lib\site-packages\seisfwi_init_.py:5
2 version = "0.0.1"
----> 5 from seisfwi.plot import Plot
6 from seisfwi.problem import ElasticProblem
7 from seisfwi.propagator import ElasticPropagator, AnalyticalPropagator, source_ricker

File ~.conda\envs\GenericFwi\lib\site-packages\seisfwi\plot_init_.py:1
----> 1 from .Plot import plot_animation, plot_stf, plot_das_sen, plot_misfit

File ~.conda\envs\GenericFwi\lib\site-packages\seisfwi\plot\Plot.py:8
5 import matplotlib.pyplot as plt
6 import matplotlib.animation as animation
----> 8 from imagex.utils.vector import Vector
12 def plot_das_sen(ind_das_x, ind_das_z, das_wt_x, das_wt_z, figsize=(10, 4), figname=None):
13 ''' Plot source time function
14 '''

ModuleNotFoundError: No module named 'imagex'�
请问是在哪个系统环境下运行的呢,我在搜索安装这个包时未找到

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions