일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 명령어
- 가상환경
- 리눅스
- 맥코트
- 원한
- pythoncom37.dll
- error
- LOG
- build
- 파이썬
- Linux
- 말라키
- Custom
- SCADA
- Anaconda
- checkbox
- DataTables
- JQuery
- geckodriver
- STS
- Python
- Eclipse
- 분노
- ORA-28002
- HMI
Archives
- Today
- Total
2010년 5월 1일, 2막
python 가상환경 복사 중 오류 처리 본문
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