Skip to content
This repository has been archived by the owner on Apr 2, 2020. It is now read-only.

No Logging in fb.util #1

Open
vermaeshan opened this issue Jan 21, 2016 · 5 comments
Open

No Logging in fb.util #1

vermaeshan opened this issue Jan 21, 2016 · 5 comments

Comments

@vermaeshan
Copy link

Hey
On Running
th torch2caffe/torch2caffe.lua --help
I get the following error:
"module 'fb.util.logging' not found:No LuaRocks module found for fb.util.logging"
I can't seem to find fb.util.logging implemented at:
https://github.com/facebook/fblualib/tree/master/fblualib/util
are you using a private repo?

@ajtulloch
Copy link
Contributor

Ah, we haven't pushed the fb.util package recently - the logging util is
just a wrapper around glog for Lua. I'll get that updated. For now, I think
you can just comment out the logging (or convert them to print statements).

On Thu, Jan 21, 2016 at 2:43 PM, everma-cmu [email protected]
wrote:

Hey
On Running
th torch2caffe/torch2caffe.lua --help
I get the following error:
"module 'fb.util.logging' not found:No LuaRocks module found for
fb.util.logging"
I can't seem to find fb.util.logging implemented at:
https://github.com/facebook/fblualib/tree/master/fblualib/util
are you using a private repo?


Reply to this email directly or view it on GitHub
#1.

@vermaeshan
Copy link
Author

Yeah, I got around that by installing "logging" which has similar capabilities and functions.

@likeucode
Copy link

Hi
when i run " th torch2caffe/torch2caffe.lua --help" in the CLI, i get an error:
"module 'fb.util.logging' not found:No LuaRocks module found for
fb.util.logging"
How can i figure it out?

@ajtulloch
Copy link
Contributor

The steps in #3 (comment) will work - it's an incompatibility between FB's fblualib and the GitHub fblualib.

@likeucode
Copy link

@ajtulloch Thank you very much !

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

No branches or pull requests

3 participants