Software Engineering for Research
conda create -n ser python=3.9
conda activate ser
pip install -e .
There are instructions on the PyTorch website how to install the PyTorch versions that are correct for your system...
https://pytorch.org/get-started/locally/#macos-version
The above link assumes you're on a mac... but if not you'll need to select the right options before running the command it gives you.
conda activate ser
ser --help