Skip to content

Commit

Permalink
Debug SSLContext error for python >= 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
xumi1993 committed Jan 30, 2025
1 parent b1c3c30 commit 25de0e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions seispy/rf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
import sys
import pickle
import concurrent.futures
import multiprocessing


multiprocessing.set_start_method('spawn', force=True)


def pickphase(eqs, para, logger):
Expand Down

0 comments on commit 25de0e1

Please sign in to comment.