반응형
conda env list
conda create -n lynn
conda activate lynn
을 하니 아래와 같은 오류
conda env list에 있는 base 경로 확인 후 참고하여 아래와 같이 입력해 해결
source /opt/conda/etc/profile.d/conda.sh
conda activate lynn
반응형
'관심있는 주제 > Error' 카테고리의 다른 글
Could Not find SWIG (0) | 2022.02.03 |
---|---|
ModuleNotFoundError: No module named 'torch_scatter' (0) | 2022.01.06 |
TypeError: object of type 'bool' has no len() (0) | 2020.04.08 |
ValueError: Error when checking input: expected lstm_input to have 3 dimensions, but got array with shape (212, 6) (0) | 2020.04.02 |
ValueError: Found array with dim 4. MinMaxScaler expected <= 2. (0) | 2020.04.02 |