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
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: