Faceswap 
https://github.com/deepfakes/faceswap - 28.7k
https://www.faceswap.dev
https://forum.faceswap.dev/viewtopic.php?f=4&t=20


//----------------
* 실행 에러
The ordinal 241 could not be located in the the dynamic link library
python.exe ordinal 242 dll  miniconda3
MiniConda3\envs\faceswap\Library\bin\mkl_intel_thread.dll

https://stackoverflow.com/questions/53026985/the-ordinal-242-could-not-be-located-in-the-dynamic-link-library-anaconda3-libra
https://conda.io/projects/conda/en/latest/user-guide/troubleshooting.html#numpy-mkl-library-load-failed

set CONDA_DLL_SEARCH_MODIFICATION_ENABLE=1


conda list --show-channel-urls

모듈 업데이트
conda update -c defaults python


C:\Windows\System32 폴더에서 mkl_ 관련  dll삭제
mkl_core.dll
mkl_dev.dll
mkl_intel_thread.dll


* 프로그램 삭제 로 해결됨
Amplitube, by IK Multimedia
ASIO4ALL, by Michael Tippach



//-----------------------

* 에러
 tensorflow stream_executor cuda  cuda_driver failed call to cuInit UNKNOWN ERROR 303
tensorflow/stream_executor/cuda/cuda_driver.cc:318] failed call to cuInit: UNKNOWN ERROR (303)

- 원인 : Miniconda가 제대로 설치되지 않음

- 해결 방법 : Miniconda 재설치

 

반응형
Posted by codens