Skip to content

Pytorch dependency #9

@jamieOverbeek

Description

@jamieOverbeek

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:

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions