-
Notifications
You must be signed in to change notification settings - Fork 189
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
Rating prediction could support writing to stdout #433
Comments
Works for me, did you use the latest version from GitHub? |
I'm probably making some newbie mistake, but I can't seem to compile it from source:
Any suggestions? Thanks! |
Hi, I think it would be better to open a separate ticket for this: #434 |
Works with system mono 2.10.8.1; crashes (running) with mono 3.1.2:
Maybe we could special-case the filename |
Interesting -- never saw such an error message before. So far, the library was not developed for streaming to STDOUT, that is why certain reporting stuff goes there, and lower-level debug/progress output goes to STDERR. The library also lacks a proper logging framework, which then could be used to avoid noise on STDOUT. Using - for STDOUT will not fix the too-much-noise problem, btw. But we can try to explicitly write to STDOUT instead. |
When trying to use the rating prediction tool with
--prediction-file=/dev/stdout
, it crashes trying to seek, similar to #430.The text was updated successfully, but these errors were encountered: