ThomasLecocq / msnoise-tomo

The Ambient Noise Tomography Plugin for MSNoise
http://www.msnoise.org
European Union Public License 1.1
19 stars 15 forks source link

error when install msnoise-tomo #29

Open sukranperk opened 1 year ago

sukranperk commented 1 year ago

when I do msnoise p tomo install this gave me the following error:

Usage: msnoise p [OPTIONS] COMMAND [ARGS]...
Try "msnoise p --help" for help.

Error: No such command "tomo".

while this command msnoise config set plugins=msnoise_tomo gave me this output: Successfully updated parameter plugins = msnoise_tomo

so I wanted to install https://github.com/ThomasLecocq/msnoise-tomo but it also doesn't install. my python version Python 3.8.8 it gives UnsatisfiableError: The following specifications were found to be incompatible with each other: Package expat conflicts for ....

Please help me on this issue. Regards.

ThomasLecocq commented 1 year ago

Hi, Yes, you have to install from source: download this repository, then run python setup.py build & python setup.py install

please provide the full error message (the conflicts?)

sukranperk commented 1 year ago

Screenshot from 2023-03-22 13-59-57

I have this error. how can ı solve this error

ThomasLecocq commented 1 year ago

this is not what I've noted above. you can't enable the plugin in msnoise if the code is not installed.

sukranperk commented 1 year ago

1 2 3

this is what you asked.. there are a lot of conflicts .. why ı got them?

ThomasLecocq commented 1 year ago

No idea, but your obspy version is very old... it might be a good idea to create a fresh environment with obspy msnoise and then install msnoise_tomo