Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while pre-compIling Flux in Julia v1.4.2 on windows 10 #1328

Closed
yewalenikhil65 opened this issue Sep 3, 2020 · 2 comments
Closed

Error while pre-compIling Flux in Julia v1.4.2 on windows 10 #1328

yewalenikhil65 opened this issue Sep 3, 2020 · 2 comments

Comments

@yewalenikhil65
Copy link

Hello,
I am facing following error while pre-compiling Flux in Julia v1.4.2 on windows 10.
If anyone could point me how to fix this error ? I do have VS C++ redistributale installed already

julia> using Flux
┌ Error: Could not load CUTENSOR; please file an issue (if on Windows, be sure to install the VS C++ redistributable first)
│ exception =
│ could not load library "C:\Users\Nikhil.julia\artifacts\804435c7dbe9d002d6caa0a8b3596d11a6faa778\bin\cutensor.dll"
│ The specified module could not be found.
│ Stacktrace:
│ [1] dlopen(::String, ::UInt32; throw_error::Bool) at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109
│ [2] dlopen at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Libdl\src\Libdl.jl:109 [inlined] (repeats 2 times)
│ [3] use_artifact_cutensor(::VersionNumber) at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\deps\bindeps.jl:318
│ [4] use_artifact_cuda() at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\deps\bindeps.jl:179
│ [5] init_dependencies() at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\deps\bindeps.jl:355
│ [6] runtime_init() at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\src\initialization.jl:110
│ [7] (::CUDA.var"#609#610"{Bool})() at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\src\initialization.jl:32
│ [8] lock(::CUDA.var"#609#610"{Bool}, ::ReentrantLock) at .\lock.jl:161
│ [9] _functional(::Bool) at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\src\initialization.jl:26
│ [10] functional(::Bool) at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\src\initialization.jl:19
│ [11] functional at C:\Users\Nikhil.julia\packages\CUDA\dZvbp\src\initialization.jl:18 [inlined]
│ [12] init() at C:\Users\Nikhil.julia\packages\Flux\05b38\src\Flux.jl:53
│ [13] _include_from_serialized(::String, ::Array{Any,1}) at .\loading.jl:697
│ [14] _require_search_from_serialized(::Base.PkgId, ::String) at .\loading.jl:781
│ [15] _require(::Base.PkgId) at .\loading.jl:1006
│ [16] require(::Base.PkgId) at .\loading.jl:927
│ [17] require(::Module, ::Symbol) at .\loading.jl:922
│ [18] eval(::Module, ::Any) at .\boot.jl:331
│ [19] eval_user_input(::Any, ::REPL.REPLBackend) at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\REPL\src\REPL.jl:86
│ [20] macro expansion at D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\REPL\src\REPL.jl:118 [inlined]
│ [21] (::REPL.var"#26#27"{REPL.REPLBackend})() at .\task.jl:358
└ @ CUDA C:\Users\Nikhil.julia\packages\CUDA\dZvbp\deps\bindeps.jl:320

@avik-pal
Copy link
Member

avik-pal commented Sep 3, 2020

This seems to be an issue with https://github.com/JuliaGPU/CUDA.jl/. Could you open an issue there?

@yewalenikhil65
Copy link
Author

issue re-solved. Thanks for pointing me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants