smousavi05 / EQTransformer

EQTransformer, a python package for earthquake signal detection and phase picking using AI.
https://rebrand.ly/EQT-documentations
MIT License
301 stars 148 forks source link

Problem in python 3.10 #152

Open emmaPatagonia opened 1 year ago

emmaPatagonia commented 1 year ago

I triyed to install EQTransformer after a full upgrade of my system (Manjaro Linux) but I guess that there is an issue with my Python 3.10. I understand that it's supported for python 3.7 and 3.9, however, there is any possibility to update the package in order to easyly install it ?

kindly Diego

energizer1996 commented 1 year ago

Having the same problems. I will end up just installing an older version of everything so it's compatible. There was a major change in conda (version changed from 22 to 23) and this seems to be causing conflicts with this program.

smousavi05 commented 1 year ago

@energizer1996 @emmaPatagonia please try using the version on the GitHub page by direct installation - that should work with python 3.10 - or use the implementation in Seisbench.