I’m working with a special package in Julia (That a colleague created), but I keep getting this error when I try loading everything up:
ERROR: LoadError: InitError: could not load library "C:Users#####.juliaartifactsbcdd265e21bd7089238f661440be60aed9e9e696binlibpq.dll"
The specified module could not be found.
ERROR: LoadError: Failed to precompile LibPQ [194296ae-ab2e-5f79-8cd4-7183a0a5a0d1] to C:Users#####.juliacompiledv1.7LibPQjl_157B.tmp.
ERROR: Failed to precompile Query [4c83daff-7998-41da-a33a-6d13d028c5b4] to C:Users#####.juliacompiledv1.7Queryjl_1489.tmp.
I’m using an older version of Julia (1.7.3) that is compatible with this package.
I’m not sure why I’m getting a module not found error. I’ve checked my files and its there. I’ve also tried the fixes I’ve seen online with Pkg.build() etc and nothing works.