일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- Python
- error
- build
- Custom
- Linux
- 리눅스
- STS
- ORA-28002
- 원한
- JQuery
- HMI
- Anaconda
- LOG
- 맥코트
- 분노
- 말라키
- SCADA
- DataTables
- 파이썬
- pythoncom37.dll
- 가상환경
- checkbox
- geckodriver
- 명령어
- Eclipse
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