Hello Ahmed, I get back to you below, between lines:
> I have tried to get other interfaces by running “cmake -DINTERFACE_PYTHON=O” but it gives me an error. What error? What I can see there, although I guess it is a typo, it should ...=ON. > And based of my understanding when it comes to INTERFACES.md I tried adding “path/to/build/src/shogun/” to the path environment variable yet there is nothing happening What would you expect it to happen? Note, just in case, that path/to/build/ is most likely a placeholder that you should replace by the actual path to the build directory where you are working with Shogun. > make meta_examples nothing happens maybe it’s the wrong directory? In what directory are you doing it? On Fri, 28 Feb 2020 at 17:41, Ahmed via shogun-list < shogun-list@shogun-toolbox.org> wrote: > Thanks a lot Ahmed! > > I have done and it worked, please guys do excuse my lack of knowledge, > it’s my first time developing for such a huge codebase, now I have followed > “Windows build” Exactly what is there to do next? I have tried to get other > interfaces by running “cmake -DINTERFACE_PYTHON=O” but it gives me an > error. And based of my understanding when it comes to INTERFACES.md I tried > adding “path/to/build/src/shogun/” to the path environment variable yet > there is nothing happening, lastly how do you generate examples, everytime > I try and run > > make meta_examples nothing happens maybe it’s the wrong directory? > > Thanks in advance, and pardon me if I am asking way too many questions 😃 > > Yours, > > Ahmed > > > > *From: *Ahmed Essam <theartful...@gmail.com> > *Sent: *Friday, February 28, 2020 3:16 PM > *To: *Ahmed <ahmed70...@gmail.com> > *Cc: *Fernando J. Iglesias García <fernando.igles...@shogun-toolbox.org>; > Fernando > J. Iglesias García via shogun-list <shogun-list@shogun-toolbox.org> > *Subject: *Re: [shogun] GSoC 2020 -Web Tool for Disease Incidence > Estimationwith Shogun > > > > Hi Ahmed, > > > > Shogun mainly has two other submodules: data and gpl. The data submodule > (as the name implies) contains datasets which are used by the > meta-examples. The gpl submodule contains source code under the gpl > license. Running 'git submodule update --init' will download them for you. > They are around 500 Megabytes, so you have to be patient if you got a slow > internet connection. > > > > Take care that if you opted for cloning the gpl submodule yourself, you > should checkout the HEAD used by shogun as they are not in sync. Run > > `git checkout c967b2623a9dc90ef0810304edd883a466eb87e4` > > inside 'src/gpl'. This is how your source directory should look like > > src > ├── gpl > │ ├── LICENSE.md > │ ├── README.md > │ └── shogun > ├── interfaces > └── shogun > > > > Thanks, > > Ahmed Essam. > > > > On Fri, Feb 28, 2020 at 1:35 PM Ahmed via shogun-list < > shogun-list@shogun-toolbox.org> wrote: > > Hello Fernando, > > It was mainly my Ubuntu having problems with Wifi drivers and such, > nothing from the Shogun repo. > > I tried installing Shogun on windows, but I do get this error > > > > CMake Error at src/shogun/CMakeLists.txt:69 (MESSAGE): > > Shogun can only be built with GPL codes if the source files are in > > C:/projects/shogun/src/gpl. Please download the GPL codes or checkout > the > > Git Submodule with 'git submodule update --init'. To exclude GPL codes > of > > Shogun in build set the switch LICENSE_GPL_SHOGUN=OFF. > > > > Now one thing to note however, when I followed the steps on Install.md > ,and I do this step “git submodule -q update –init”. I get an error cause > there is not .git file in my current directory and if I do change it to > shogun’s directory, It takes alootttt of time so I would stop the terminal > every time could this be an issue or am I missing something? > > > > Btw, I followed the steps on > https://github.com/shogun-toolbox/shogun/issues/4086 by cloning into my > src/gpl folder and nothing happens aswell. > > > > Thanks in advance > > Yours, > > Ahmed > > > > > > Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for > Windows 10 > > > > *From: *Fernando J. Iglesias García <fernando.igles...@shogun-toolbox.org> > *Sent: *Friday, February 28, 2020 11:15 AM > *To: *Ahmed Khalifa <ahmed70...@gmail.com> > *Subject: *Re: GSoC 2020 -Web Tool for Disease Incidence Estimation with > Shogun > > > > Hello Ahmed, > > > > Please consider keeping the conversations through the mailing list :-) It > matches better the open source way of working. > > > > Yes, it should work on Windows. What problems are you encountering in > Ubuntu? > > > > You can pick the issues that you find most appealing! Indeed both types > you mention would give you a better global picture of how everything works. > > > > Cheers, Fernando. > > > > On Fri, 28 Feb 2020 at 03:59, Ahmed Khalifa <ahmed70...@gmail.com> wrote: > > Hello Fernando, > > Sorry to bother you, but is it possible to develop shogun on windows, I > have been trying to do so on Linux, but I get alot of issues with my Ubuntu > version. One more thing, I have read some of the papers on the project -and > I will finish reading the remaining ones then hopefully start working on a > ML pipeline draft for you to see-, but I am curious like when it comes to > working on issues, should I be focusing on ML related issues only due to > the nature of my project or have a mix of both software development issues > aswell as ML related issues? > > > > Thanks in advance, > > Yours sincerely, > > Ahmed Khalifa > > > > >