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