Use the virtual box and create a virtual machine with disk space of approximately 1TB or 2TB.
Then use the following steps in the Ubuntu platform.
sudo apt-get update
sudo apt-get install python 3.8
sudo apt install pip
pip install Obspy
curl -O https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
sha256sum Anaconda3-2023.09-0-Linux-x86_64.sh
bash Anaconda3-2023.09-0-Linux-x86_64.sh
source ~/.bashrc
conda info
conda update conda
Then run;
conda create -n pyweed -c conda-forge python=3 pyweed
conda activate pyweed
pyweed