You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run inv2dlsv, it crashes with the following traceback:
traceback (most recent call last):
File "/Users/seiscomp/seiscomp/bin/inv2dlsv", line 21, in <module>
from seiscomp.legacy.db.seiscomp import sc3wrap
ModuleNotFoundError: No module named 'seiscomp.legacy.db.seiscomp'
I think there is just a small typo (2 too many seiscomp3 -> seiscomp changes, if I am correct) in lines 21 & 22 of inv2dlsv, which should read:
from seiscomp.legacy.db.seiscomp3 import sc3wrap
from seiscomp.legacy.db.seiscomp3.inventory import Inventory
The text was updated successfully, but these errors were encountered:
When I run inv2dlsv, it crashes with the following traceback:
I think there is just a small typo (2 too many seiscomp3 -> seiscomp changes, if I am correct) in lines 21 & 22 of inv2dlsv, which should read:
The text was updated successfully, but these errors were encountered: