pluskid / Mocha.jl

Deep Learning framework for Julia
Other
1.29k stars 254 forks source link

Mocha is giving me error after installation with GFORCE NVIDA GPU #239

Closed BoianAlexandrov closed 6 years ago

BoianAlexandrov commented 6 years ago

I did Pkg.add("Mocha"), and it installed the package. When I try using Mocha it gave me this:

ERROR: LoadError: LoadError: MethodError: no method matching configure(::Logging.LogLevel, ::Base.TTY) Closest candidates are: configure(::Any; args...) at /home/boian/.julia/v0.6/Logging/src/Logging.jl:120 Stacktrace: [1] include_from_node1(::String) at ./loading.jl:569 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:569 [4] eval(::Module, ::Any) at ./boot.jl:235 [5] _require(::Symbol) at ./loading.jl:483 [6] require(::Symbol) at ./loading.jl:398 while loading /home/boian/.julia/v0.6/Mocha/src/logging.jl, in expression starting on line 148 while loading /home/boian/.julia/v0.6/Mocha/src/Mocha.jl, in expression starting on line 4

Please help Best --Boian

DilumAluthge commented 6 years ago

Can you try the following two lines:

Pkg.clone(“https://github.com/kmsquire/Logging.jl”)

Pkg.clone(“https://github.com/pluskid/Mocha.jl”)

On Wed, Oct 4, 2017 at 17:58 Boian Alexandrov notifications@github.com wrote:

I did Pkg.add("Mocha"), and it installed the package. When I try using Mocha it gave me this:

ERROR: LoadError: LoadError: MethodError: no method matching configure(::Logging.LogLevel, ::Base.TTY) Closest candidates are: configure(::Any; args...) at /home/boian/.julia/v0.6/Logging/src/Logging.jl:120 Stacktrace: [1] include_from_node1(::String) at ./loading.jl:569 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:569 [4] eval(::Module, ::Any) at ./boot.jl:235 [5] _require(::Symbol) at ./loading.jl:483 [6] require(::Symbol) at ./loading.jl:398 while loading /home/boian/.julia/v0.6/Mocha/src/logging.jl, in expression starting on line 148 while loading /home/boian/.julia/v0.6/Mocha/src/Mocha.jl, in expression starting on line 4

Please help Best --Boian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pluskid/Mocha.jl/issues/239, or mute the thread https://github.com/notifications/unsubscribe-auth/AFXArYITTCKCzPSTtPHSols3uzmPlX3sks5so_7igaJpZM4PuSvv .

-- Sent from Gmail Mobile

BoianAlexandrov commented 6 years ago

Thanks it helped!!! --Boian

On Wed, Oct 4, 2017 at 5:22 PM, Dilum Aluthge notifications@github.com wrote:

Can you try the following two lines:

Pkg.clone(“https://github.com/kmsquire/Logging.jl”)

Pkg.clone(“https://github.com/pluskid/Mocha.jl”)

On Wed, Oct 4, 2017 at 17:58 Boian Alexandrov notifications@github.com wrote:

I did Pkg.add("Mocha"), and it installed the package. When I try using Mocha it gave me this:

ERROR: LoadError: LoadError: MethodError: no method matching configure(::Logging.LogLevel, ::Base.TTY) Closest candidates are: configure(::Any; args...) at /home/boian/.julia/v0.6/Logging/src/Logging.jl:120 Stacktrace: [1] include_from_node1(::String) at ./loading.jl:569 [2] include(::String) at ./sysimg.jl:14 [3] include_from_node1(::String) at ./loading.jl:569 [4] eval(::Module, ::Any) at ./boot.jl:235 [5] _require(::Symbol) at ./loading.jl:483 [6] require(::Symbol) at ./loading.jl:398 while loading /home/boian/.julia/v0.6/Mocha/src/logging.jl, in expression starting on line 148 while loading /home/boian/.julia/v0.6/Mocha/src/Mocha.jl, in expression starting on line 4

Please help Best --Boian

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/pluskid/Mocha.jl/issues/239, or mute the thread https://github.com/notifications/unsubscribe-auth/ AFXArYITTCKCzPSTtPHSols3uzmPlX3sks5so_7igaJpZM4PuSvv .

-- Sent from Gmail Mobile

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pluskid/Mocha.jl/issues/239#issuecomment-334317235, or mute the thread https://github.com/notifications/unsubscribe-auth/AIbY-QsuvLHCOxMQifa1DVl39ZYWBrxfks5spBMlgaJpZM4PuSvv .