Open fujiisoup opened 1 year ago
Looks like this article is related https://www.jamesbowley.co.uk/nbs/ImportError_dll_load_failed_while_importing_cv2.html
Through an investigation with ProcessMonitor, it seems like
are missing.
It seems like my specific problem... My libgomp and libgfortran is in 'C:\Users[username]\AppData\Local\quickstart_fortran\mingw64\bin' and it is in PATH, but python is not able to search this path.
If I add location by os.add_dll_directory(extra_dll_dir)
, it successfully imported.
It looks like installation on windows fails. It says 'successfully installed', but while importing py3nj,
Related to #25