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