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]
< 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 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: