카테고리 없음

python 가상환경 복사 중 오류 처리

창천(蒼天) 2020. 3. 6. 19:15

python error message

python 가상환경 복사 도중 위와 같은 오류 발생 시 처리 방법....

'프로시저 시작 지점 ~~ pythoncom37.dll ~~'

try activating the relevant conda environment (skip this step if you install everything in base)
then try running conda install --force-reinstall nb_conda_kernels ipykernel
seems to fix this problem for me, as per: https://stackoverflow.com/questions/58980718/error-message-launching-jupyter-in-conda-environment

출처 : https://github.com/ContinuumIO/anaconda-issues/issues/11502