import candle
Traceback (most recent call last):
File "", line 1, in
File "/homes/joverbeek/.conda/envs/candle_env/lib/python3.7/site-packages/candle/init.py", line 165, in
from .ckpt_pytorch_utils import CandleCkptPyTorch
File "/homes/joverbeek/.conda/envs/candle_env/lib/python3.7/site-packages/candle/ckpt_pytorch_utils.py", line 11, in
import torch
ModuleNotFoundError: No module named 'torch'
After installing candle in a fresh conda environment with 'pip install git+https://github.com/ECP-CANDLE/candle_lib@develop', I try to import candle and get the following error: