This been asked before (https://github.com/HKU-BAL/Clair3/issues/230) but the solution of sourcing the absolute path of the Clair3 conda environment didn't work for ...
import sys, os sys.path.append(os.pardir) # 親ディレクトリをインポートするための設定 となっている。ただし自分の環境では以下のエラーが出た。 「ModuleNotFoundError: No module named 'dataset'」 これはPythonがファイルの位置がわからないから起こっているので ...