ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
< jeffin143[m]> yashwants19: what is the issue with
< jeffin143[m]> Windows R GitHub action
< jeffin143[m]> It is failing for every build
< jeffin143[m]> Can you take a look ?
< yashwants19[m]> jeffin143 It is failing because Rcereal is providing older version of cereal which is 1.2.1.
< yashwants19[m]> Which just creates a warning and not a error.
< yashwants19[m]> But CRAN doesn't like warnings.
< yashwants19[m]> Hence these warnings are treated as error only.
< yashwants19[m]> Now we have two solutions for this.
< yashwants19[m]> As these warnings are created due to JSON calls, hence we can bypass all JSON calls for R-bindings.
< jeffin143[m]> Oh ok understood , Thanks :)
< yashwants19[m]> Or else we can provide a copy of latest cereal with the package.
< yashwants19[m]> <yashwants19[m] "As these warnings are created du"> Until Rcereal get updated.
< jeffin143[m]> Umm
ImQ009 has joined #mlpack
zangoota has joined #mlpack
< zangoota> Hi all
< zangoota> please
< zangoota> guide me
< zangoota> this is my last year to apply for gsoc
< zangoota> pls
< zangoota> help
< zangoota> pls help
< zangoota> me
zangoota has quit [Remote host closed the connection]
sakshamb189[m] has quit [Quit: Idle for 30+ days]
< jeffin143[m]> Ok I guess master broke
< jeffin143[m]> Due to catch test migration
< jeffin143[m]> Julia and python binding test are failing
< zoq> jeffin143[m]: Which is strange since I can see a green build in the PR.
< zoq> Nevertheless we have to fix the issue.
PratikPriyadarsa has quit [Ping timeout: 272 seconds]
PratikPriyadarsa has joined #mlpack
< jeffin143[m]> Can you point me to the pr ??
< jeffin143[m]> zoq (@freenode_zoq:matrix.org): https://github.com/mlpack/mlpack/runs/1330054090
< jeffin143[m]> I was talking about the
< jeffin143[m]> Yes may be , we added some test after that , I mean we migrated some test
< zoq> Yeah, not sure yet why this one failed, on a first look it might be because of ctest.
< jeffin143[m]> Oh is there any time limit like the test should run with in 20 minutes or something ?
< zoq> No time limit, for some reason it can't create DartConfiguration.tcl.
< zoq> The problem is that counts everything, including builds from PR's.
< jeffin143[m]> > No time limit, for some reason it can't create DartConfiguration.tcl.
< jeffin143[m]> Ohh I need to google it 😂 , I will be back after occuring some knowledge
< zoq> "Cannot find file: /Users/runner/work/1/s/build/DartConfiguration.tcl
< zoq> I message
< jeffin143[m]> Yes just saw the exact error
< jeffin143[m]> zoq it is nothing realted to ctest
< jeffin143[m]> > "Cannot find file: /Users/runner/work/1/s/build/DartConfiguration.tcl
< jeffin143[m]> This error is there in the passed pipelines to
< jeffin143[m]> Just go to mac go binding and scroll to the top same error msg but still green
jeffin143 has joined #mlpack
< jeffin143[m]> It fails in local too with ctest
< jeffin143> rcurtin : mlpack/build/src/mlpack/bindings/python/setup.py --> how is this file generated ?
< jeffin143> zoq[m] : Running with verbose gives : /Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python: can't open file '/Users/jeffin.sam/Documents/mlpack/build/src/mlpack/bindings/python/setup.py': [Errno 2] No such file or directory
< jeffin143> So it is unable to find setup.py
< jeffin143> Also it is not related to catch migration because the test failing is -> https://github.com/mlpack/mlpack/blob/bf837f950b728bf08b80ccc696c6bc0d296e54af/src/mlpack/bindings/python/CMakeLists.txt#L305
< jeffin143> this one
jeffin143 has quit [Remote host closed the connection]
< rcurtin> jeffin143: that's generated from src/mlpack/bindings/python/setup.py.in
< rcurtin> I haven't really had time to read what's going on with the build failures, so I am not sure what's going on but I can happily try to answer questions :-D
< jeffin143[m]> rcurtin (@freenode_rcurtin:matrix.org): pytest need importlib-metadata
< jeffin143[m]> Where should I specify that
< jeffin143[m]> So that it is installed
< jeffin143[m]> Automatically whe using python
< rcurtin> there's the install_requires line in setup.py; it currently reads:
< rcurtin> install_requires=['cython>=0.24', 'numpy', 'pandas'],
< rcurtin> or maybe you need the tests_require line?
< rcurtin> but, you're saying it's a dependency of pytest?
< rcurtin> are you sure that maybe pytest just isn't installed on the system? if you have a link to a failing build log I can take a quick look
< rcurtin> if we add a new Python dependency we'll also need to update src/mlpack/bindings/python/CMakeLists.txt
< jeffin143[m]> rcurtin (@freenode_rcurtin:matrix.org): I was talking about the
< jeffin143[m]> Master build , not only master now it's breaking all of the pr too
< jeffin143[m]> Mac os python
< rcurtin> wow, that julia failure looks pretty irritating too... some kind of segfault inside Julia? that won't be fun to debug...
< rcurtin> so you're saying that importlib-metadata is needed? maybe that just needs to be added to .ci/macos-steps.yaml?
< jeffin143[m]> Feel so some recent updates pushed to python mac os packages broke it
< jeffin143[m]> Not from our side though
< rcurtin> yeah, agreed
ImQ009 has quit [Quit: Leaving]
gtank___ has quit [Read error: Connection reset by peer]
gtank___ has joined #mlpack
< rcurtin> ok, to fix the IRC logs I need to restart irssi as a different group with `sg`... back in a minute :)
rcurtin has joined #mlpack
qur70 has joined #mlpack