| --- Log opened Wed Jan 03 00:00:03 2018 | ||
| -!- kiranmuthigi1 [75d35a9b@gateway/web/freenode/ip.117.211.90.155] has joined #shogun | 08:22 | |
| kiranmuthigi1 | I installed shogun on my Anaconda and that happened successfully. But when I tried installing in my macOS, I installed Homebrew and then "brew install homebrew/science/shogun". It gave me a warning "homebrew/science was deprecated. This tap is now empty as all its formulae were migrated." and then an error "No available formula with the name "homebrew/science/shogun" " | 08:26 | 
|---|---|---|
| kiranmuthigi1 | Thus, I was not able to install shogun on my macOS, but installed successfully on Anaconda. Please help | 08:26 | 
| -!- kiranmuthigi1 [75d35a9b@gateway/web/freenode/ip.117.211.90.155] has quit [Ping timeout: 260 seconds] | 08:38 | |
| -!- braceletboy [uid256084@gateway/web/irccloud.com/x-xnapwexnihdjywyd] has joined #shogun | 08:40 | |
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4064 merged by lisitsyn | 08:57 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/3ac662cca1899a1c5dd6a5ea820854f19b2e8da1 by lisitsyn | 08:57 | 
| @wiking | lisitsyn, here? | 10:05 | 
| lisitsyn | wiking: hey | 10:06 | 
| lisitsyn | que paso | 10:07 | 
| @wiking | so | 10:08 | 
| @wiking | i'm trying to get the cereal thing in shape | 10:08 | 
| lisitsyn | ah | 10:08 | 
| @wiking | ah fuck | 10:08 | 
| @wiking | my b character is stuck in the macbook | 10:08 | 
| @wiking | :) | 10:08 | 
| @wiking | this new mac is rather shitty quality | 10:08 | 
| lisitsyn | latest macbook are funny | 10:08 | 
| @wiking | anyhow so i was looking at this and i feel a bit funny | 10:08 | 
| @wiking | https://github.com/shogun-toolbox/shogun/blob/feature/cereal/src/shogun/lib/any.h#L50 | 10:09 | 
| lisitsyn | yikes | 10:09 | 
| lisitsyn | it looks like the old serialization framework | 10:10 | 
| lisitsyn | :D | 10:10 | 
| @wiking | yeah | 10:11 | 
| @wiking | so i was trying to figure out something to use | 10:12 | 
| @wiking | typeid | 10:12 | 
| @wiking | but yeah that's no goodie :( | 10:12 | 
| @wiking | i mean what i can do is i guess | 10:12 | 
| @wiking | something similar | 10:12 | 
| @wiking | like your patch | 10:12 | 
| @wiking | :) | 10:12 | 
| lisitsyn | well | 10:12 | 
| @wiking | for sgmatrix and sgvector | 10:12 | 
| lisitsyn | I think one principle to take | 10:12 | 
| lisitsyn | is to do everything inside policy | 10:12 | 
| lisitsyn | this way you already know the type | 10:12 | 
| lisitsyn | the policy knows the type | 10:13 | 
| @wiking | mmm does it? :) | 10:14 | 
| lisitsyn | yes | 10:14 | 
| lisitsyn | that's the trick | 10:14 | 
| lisitsyn | policy is <T> but base class is non-generic | 10:15 | 
| lisitsyn | so if you can pass it through the non-generic interface to <T> policy | 10:15 | 
| lisitsyn | you win | 10:15 | 
| lisitsyn | :D | 10:15 | 
| lisitsyn | wiking: see what I mean? | 10:18 | 
| @wiking | just a sec | 10:18 | 
| @wiking | in a call | 10:18 | 
| lisitsyn | okie | 10:18 | 
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has joined #shogun | 10:20 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324482930 | 10:20 | 
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has left #shogun [] | 10:20 | |
| lisitsyn | bazdmeg | 10:20 | 
| lisitsyn | you coward travis-ci | 10:21 | 
| lisitsyn | ok so what I mean | 10:24 | 
| lisitsyn | you call compare from policy | 10:24 | 
| lisitsyn | so if you want to try to do the same with ar | 10:24 | 
| lisitsyn | you gotta call it from inside the policy as well | 10:25 | 
| @wiking | :D | 10:25 | 
| @wiking | lisitsyn, i'm just trying to figure out how i can get a factory method | 10:26 | 
| lisitsyn | factory? | 10:26 | 
| @wiking | when deserializing | 10:26 | 
| lisitsyn | ah | 10:27 | 
| @wiking | so i mean when i serialize stuff | 10:27 | 
| @wiking | not only in need the type | 10:27 | 
| @wiking | but then i need a factory to generate the right type | 10:27 | 
| @wiking | or? | 10:27 | 
| @wiking | :) | 10:27 | 
| lisitsyn | yeah kind of | 10:28 | 
| @wiking | i would need soemthing like | 10:29 | 
| @wiking | create_object<SGMatrix>(type); | 10:29 | 
| @wiking | :) | 10:29 | 
| @wiking | but not really | 10:29 | 
| @wiking | because sgmatrix is typed right... | 10:29 | 
| lisitsyn | how does cereal do that? | 10:30 | 
| @wiking | what? :) | 10:32 | 
| @wiking | ah | 10:32 | 
| @wiking | there's no support yet for std::any in cereal | 10:32 | 
| lisitsyn | no, how does it call the proper method to create an instance | 10:33 | 
| @wiking | lemme check | 10:34 | 
| @wiking | no idea | 10:34 | 
| lisitsyn | ah it does not | 10:35 | 
| lisitsyn | wiking: that's what we do in cereal_load | 10:35 | 
| @wiking | i mean yeah if the type is not defined | 10:35 | 
| @wiking | i mean supported by cereal | 10:35 | 
| @wiking | you have to specify your own serialization | 10:36 | 
| @wiking | method | 10:36 | 
| lisitsyn | meh | 10:36 | 
| lisitsyn | that's not pretty this way now | 10:36 | 
| @wiking | so we need to define here the cereal_load/save | 10:36 | 
| lisitsyn | we gonna touch the any everytime we need something | 10:36 | 
| @wiking | :) | 10:36 | 
| @wiking | unit test will break | 10:36 | 
| @wiking | so it's ok :) | 10:36 | 
| @wiking | we just need to add versioninng | 10:37 | 
| @wiking | to the serialization format | 10:37 | 
| @wiking | and that's all :) | 10:37 | 
| lisitsyn | no I mean it is recompile-everything | 10:37 | 
| @wiking | yeah well | 10:37 | 
| @wiking | life is shit :) | 10:37 | 
| lisitsyn | I think they should be separate | 10:37 | 
| @wiking | the serialization? :) | 10:37 | 
| lisitsyn | yes | 10:38 | 
| lisitsyn | any <-> serialization | 10:38 | 
| lisitsyn | not anyserializationmodelselection | 10:38 | 
| lisitsyn | :D | 10:38 | 
| lisitsyn | wiking: ah btw a ltitle off-topic | 10:39 | 
| lisitsyn | did you know shogun CRASHED in case of exception | 10:39 | 
| @wiking | yes yes | 10:40 | 
| @wiking | i know that exception handleing | 10:40 | 
| lisitsyn | I fixed that | 10:40 | 
| @wiking | was crashing | 10:40 | 
| lisitsyn | in python | 10:40 | 
| @wiking | the python interpreter | 10:40 | 
| @wiking | yeap | 10:40 | 
| @wiking | i've seen it ;) | 10:40 | 
| lisitsyn | but we need the same thing everywhere | 10:40 | 
| @wiking | that is nice fix there | 10:40 | 
| lisitsyn | I was like ashamed realizing that | 10:40 | 
| lisitsyn | I mean CRASHING KABOOM | 10:40 | 
| lisitsyn | how come | 10:40 | 
| lisitsyn | :D | 10:40 | 
| @wiking | yeah | 10:40 | 
| @wiking | it was always like this | 10:41 | 
| @wiking | :)))) | 10:41 | 
| lisitsyn | well we discussed wrong things then | 10:41 | 
| lisitsyn | :D | 10:41 | 
| @wiking | :P | 10:41 | 
| @wiking | yes | 10:41 | 
| @wiking | indeed :) | 10:41 | 
| @wiking | anyhow | 10:41 | 
| lisitsyn | ok back to cereal | 10:41 | 
| lisitsyn | uhm | 10:41 | 
| @wiking | lemme just try to imagine | 10:42 | 
| @wiking | how to decouple cerelization ;P | 10:42 | 
| lisitsyn | you know I WAS a fan of template stuff | 10:42 | 
| lisitsyn | :D | 10:42 | 
| @wiking | :E | 10:42 | 
| @wiking | :D | 10:42 | 
| @wiking | i mean the whole problem already with cereal | 10:44 | 
| @wiking | is that we tend to hide stuff in implementation | 10:44 | 
| @wiking | whereas this kills us in a way because cereal meant to be able to handle any Archive format (see template arg) | 10:44 | 
| @wiking | personally i dont like this | 10:45 | 
| @wiking | but then if we start doing it real | 10:45 | 
| @wiking | then we need to include cereal everywhere | 10:45 | 
| @wiking | in base class headers | 10:45 | 
| @wiking | :( | 10:45 | 
| @wiking | anyhow still i dont see how do you wanna decouple any's serialization | 10:45 | 
| lisitsyn | I don't know how | 10:45 | 
| lisitsyn | but we need to | 10:46 | 
| lisitsyn | :P | 10:46 | 
| @wiking | because afaik cereal needs the serialization for a given class to be defined/implemented in the class | 10:46 | 
| lisitsyn | wiking: uhm mmm | 10:48 | 
| lisitsyn | https://www.youtube.com/watch?v=iNLsn_LfcV4 | 10:49 | 
| @wiking | :D | 10:49 | 
| lisitsyn | uhmm | 10:50 | 
| lisitsyn | :D | 10:50 | 
| lisitsyn | wiking: so Archive is templated because | 10:50 | 
| lisitsyn | Archive might be json | 10:50 | 
| lisitsyn | or something else | 10:51 | 
| lisitsyn | (honestly I don't think it is a great idea) | 10:51 | 
| lisitsyn | pero es tarde | 10:51 | 
| @wiking | i mean we can actually fix it to 3 types | 10:53 | 
| @wiking | json, xml, binary | 10:53 | 
| lisitsyn | wiking: do you think working with typeid might be too slow for us? | 10:54 | 
| @wiking | in what sense? | 10:54 | 
| lisitsyn | you can easily obtain typeid from any | 10:54 | 
| lisitsyn | it has the method to do that | 10:54 | 
| @wiking | yeah but what do i do with typeid? :) | 10:54 | 
| @wiking | if i use that | 10:54 | 
| lisitsyn | switch it | 10:54 | 
| @wiking | i still need to somewhere implement | 10:54 | 
| @wiking | a factory | 10:55 | 
| @wiking | :) | 10:55 | 
| @wiking | can you actually | 10:55 | 
| lisitsyn | yes but this would be separate from any | 10:55 | 
| @wiking | decltype(typeid) ? | 10:55 | 
| lisitsyn | no :D | 10:55 | 
| @wiking | i guess no :) | 10:55 | 
| @wiking | ok so what i could do is create a factory for SGVector and SGMatrix | 10:55 | 
| @wiking | for the rest we have a factory | 10:55 | 
| @wiking | :) | 10:55 | 
| @wiking | shogun::create | 10:56 | 
| @wiking | i mean of course | 10:56 | 
| @wiking | mmm | 10:56 | 
| @wiking | any can never hold SGObject | 10:56 | 
| @wiking | or? | 10:56 | 
| lisitsyn | it can hold SGObject* | 10:56 | 
| @wiking | mmm | 10:56 | 
| @wiking | ok then we are a bit fucked :) | 10:56 | 
| lisitsyn | yes | 10:56 | 
| @wiking | i mean then if we use typeid | 10:57 | 
| @wiking | then we dont have a factory method | 10:57 | 
| @wiking | :P | 10:57 | 
| @wiking | whereas if we use any.name() | 10:57 | 
| @wiking | we do | 10:57 | 
| @wiking | right? | 10:57 | 
| lisitsyn | what's name? | 10:57 | 
| @wiking | mmm | 10:57 | 
| @wiking | no | 10:57 | 
| @wiking | type() | 10:57 | 
| @wiking | but it's not good | 10:57 | 
| lisitsyn | ah | 10:57 | 
| @wiking | because it's using | 10:57 | 
| @wiking | demangle | 10:57 | 
| @wiking | what i'm thiking atm | 10:57 | 
| lisitsyn | you can have it mangled | 10:57 | 
| lisitsyn | :) | 10:57 | 
| @wiking | that maybe the best is | 10:58 | 
| @wiking | to extend | 10:58 | 
| @wiking | shogun::create | 10:58 | 
| @wiking | with SGVector and SGMatrix | 10:58 | 
| @wiking | :PP | 10:58 | 
| lisitsyn | ah yeah why not | 10:58 | 
| @wiking | and then in any cerializtion | 10:58 | 
| @wiking | *serialization | 10:58 | 
| -!- kiranmuthigi1 [2a684d92@gateway/web/freenode/ip.42.104.77.146] has joined #shogun | 10:58 | |
| @wiking | we use get_name | 10:58 | 
| @wiking | in case it's SGObject | 10:59 | 
| lisitsyn | wiking: do you think we can specialize for these 3 types of Archive? | 10:59 | 
| @wiking | lisitsyn, atm it's like this | 10:59 | 
| @wiking | we only support json,xml,binary | 10:59 | 
| @wiking | with cereal | 10:59 | 
| lisitsyn | ok then I know how do that | 10:59 | 
| @wiking | mmmmm | 11:00 | 
| @wiking | lisitsyn, !!!! | 11:00 | 
| lisitsyn | wiking: we just add ar(Json), ar(Binary), ar(Xml) to the policy base class | 11:00 | 
| lisitsyn | and implement it in policies | 11:00 | 
| lisitsyn | not a big deal :P | 11:00 | 
| @wiking | https://github.com/shogun-toolbox/shogun/blob/feature/meta_example_r_fix/src/shogun/io/Serializable.h | 11:00 | 
| @wiking | we could actually use this | 11:01 | 
| @wiking | :P | 11:01 | 
| @wiking | because this wraps | 11:01 | 
| @wiking | SGMatrix, SGVector | 11:01 | 
| @wiking | and primitive types | 11:01 | 
| @wiking | to SGObject | 11:01 | 
| @wiking | :PPP | 11:01 | 
| lisitsyn | yeah but how's that helpful? :) | 11:01 | 
| lisitsyn | ah | 11:01 | 
| lisitsyn | I see | 11:01 | 
| lisitsyn | yeah kind of | 11:01 | 
| @wiking | so i mean we just use this | 11:01 | 
| @wiking | when we serialize | 11:01 | 
| @wiking | and the same story to deserialize | 11:02 | 
| @wiking | no? | 11:02 | 
| lisitsyn | not that easy because you'd have to switch on deser | 11:02 | 
| lisitsyn | wiking: ok I know how to split them | 11:03 | 
| lisitsyn | :D | 11:03 | 
| @wiking | lisitsyn, describe or do it directly | 11:03 | 
| @wiking | in the feature branch | 11:04 | 
| lisitsyn | nah I don't do feature branches you know | 11:04 | 
| lisitsyn | :D | 11:04 | 
| lisitsyn | let me gist | 11:04 | 
| @wiking | i'm thikning of getting that Serializable class out of that feature branch | 11:04 | 
| @wiking | to get rid of wrapped | 11:04 | 
| lisitsyn | wiking: https://gist.github.com/lisitsyn/652cb77dd86c87d81545fb82e9d3d070 | 11:06 | 
| lisitsyn | aha? | 11:06 | 
| lisitsyn | that's much better I believe | 11:07 | 
| @wiking | mmm | 11:07 | 
| @wiking | lemme see how that works with | 11:07 | 
| @wiking | cerela | 11:07 | 
| @wiking | but i get the idea | 11:07 | 
| @wiking | but first | 11:07 | 
| @wiking | lemme factor out the Serializable | 11:07 | 
| lisitsyn | you implement it in class Cereal | 11:07 | 
| @wiking | wanna get rid of | 11:07 | 
| @wiking | Wrapped* | 11:07 | 
| @wiking | as that was problem | 11:08 | 
| @wiking | many times already | 11:08 | 
| @wiking | ;P | 11:08 | 
| @wiking | but yeah i see what you mean' | 11:08 | 
| @wiking | but yeah as soon as we have | 11:08 | 
| @wiking | cereal | 11:08 | 
| @wiking | and we can drop the whole SerializeableFile* | 11:08 | 
| @wiking | we can start dropping things like | 11:08 | 
| @wiking | dynamic_object_array | 11:08 | 
| @wiking | :) | 11:08 | 
| @wiking | as cereal has support for STLs | 11:08 | 
| lisitsyn | I can add serialize thingy | 11:08 | 
| lisitsyn | to any | 11:09 | 
| lisitsyn | I mean just an interface | 11:09 | 
| @wiking | cool | 11:09 | 
| lisitsyn | and its call | 11:09 | 
| @wiking | do it | 11:09 | 
| @wiking | i can fill eout the rest | 11:09 | 
| lisitsyn | ok but a bit later today | 11:09 | 
| lisitsyn | you just inherit from that thing later | 11:09 | 
| lisitsyn | and then it works | 11:09 | 
| lisitsyn | :P | 11:09 | 
| lisitsyn | but not deserialization | 11:09 | 
| lisitsyn | though it is doable as well | 11:09 | 
| @wiking | :> | 11:09 | 
| lisitsyn | you just read the value and wrap it to any | 11:09 | 
| lisitsyn | wiking: I am thinking of renaming any to Value | 11:30 | 
| lisitsyn | :D | 11:30 | 
| lisitsyn | I mean it becomes quite a powerful class | 11:30 | 
| lisitsyn | it is like any but more complex | 11:30 | 
| -!- kiranmuthigi1 [2a684d92@gateway/web/freenode/ip.42.104.77.146] has quit [Ping timeout: 260 seconds] | 11:35 | |
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4065 opened by lisitsyn | 12:28 | 
| lisitsyn | wiking: ^ here you go | 12:28 | 
| @wiking | \p/ | 13:19 | 
| @wiking | going to lunch | 13:19 | 
| @wiking | bbl | 13:19 | 
| Trixis | btw is there a known issue with shogun on python 3.5.4? Created conda env with python3.5 and shogun, segfaults with code 11 whenever import shogun is called. | 14:04 | 
| @wiking | Trixis, which versiomn? | 14:18 | 
| Trixis | shogun 6.1.3 py35_blas_openblas_0 [blas_openblas] conda-forge | 14:19 | 
| Trixis | shogun-cpp 6.1.3 blas_openblas_0 [blas_openblas] conda-forge | 14:19 | 
| @wiking | mmmmm | 14:30 | 
| @wiking | strangeo | 14:30 | 
| Trixis | "conda create -n python35 python=3.5 anaconda" -> "source activate python35" -> "conda install -c conda-forge shogun" was used to create the env | 14:33 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4065 merged by lisitsyn | 14:57 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/b32e658ed0a5f0d9c32fee5b873a52dedb67518d by lisitsyn | 14:57 | 
| Trixis | i would assume it's because either shogun or some of its deps are compiled for different python version | 14:59 | 
| @wiking | Trixis, need to check | 15:42 | 
| @wiking | what i'm using | 15:42 | 
| Trixis | kk | 15:42 | 
| Trixis | thanks | 15:42 | 
| @wiking | simple import shogun fails? | 15:43 | 
| Trixis | yep | 15:44 | 
| Trixis | just immediately returns with segfault cold 11 | 15:45 | 
| Trixis | *code 11 | 15:45 | 
| Trixis | tried importing numpy, etc to make sure it wasnt a larger issue, that all works | 15:45 | 
| @wiking | lisitsyn, what about the other types? :) | 15:48 | 
| @wiking | int8? :P | 15:48 | 
| @wiking | Trixis, | 15:51 | 
| @wiking | (shogun-test35) [galv@lm-login-01 ~]$ python | 15:51 | 
| @wiking | Python 3.5.4 |Anaconda custom (64-bit)| (default, Oct 13 2017, 11:22:58) | 15:51 | 
| @wiking | [GCC 7.2.0] on linux | 15:51 | 
| @wiking | Type "help", "copyright", "credits" or "license" for more information. | 15:51 | 
| @wiking | >>> import shogun | 15:51 | 
| @wiking | >>> | 15:51 | 
| @wiking | worksforme ? | 15:51 | 
| Trixis | Python 3.5.4 |Anaconda, Inc.| (default, Nov 8 2017, 18:11:28) | 15:52 | 
| Trixis | [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)] on darwin | 15:52 | 
| Trixis | Type "help", "copyright", "credits" or "license" for more information. | 15:52 | 
| Trixis | >>> import shogun | 15:52 | 
| Trixis | Segmentation fault: 11 | 15:52 | 
| lisitsyn | Segmentation fault!!1111 | 15:53 | 
| lisitsyn | sorry :P | 15:53 | 
| lisitsyn | wiking: add more types if needed :P | 15:53 | 
| @wiking | Trixis, lldb/gdb ? | 15:57 | 
| Trixis | lldb i think | 15:57 | 
| Trixis | remind me how do i check? | 15:57 | 
| @wiking | lldb python | 16:00 | 
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has joined #shogun | 16:12 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324587675 | 16:12 | 
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has left #shogun [] | 16:12 | |
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has joined #shogun | 16:37 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324587675 | 16:37 | 
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has left #shogun [] | 16:37 | |
| Trixis | wiking: https://pastebin.com/pqhQeF69 | 16:59 | 
| @wiking | checking | 16:59 | 
| -!- kiranmuthigi1 [2a684d92@gateway/web/freenode/ip.42.104.77.146] has joined #shogun | 17:04 | |
| kiranmuthigi1 | lisitsyn... I installed shogun on my Anaconda and that happened successfully. But when I tried installing in my macOS, I installed Homebrew and then "brew install homebrew/science/shogun". It gave me a warning "homebrew/science was deprecated. This tap is now empty as all its formulae were migrated." and then an error "No available formula with the name "homebrew/science/shogun" " Thus, I was not able to install shogun on my | 17:06 | 
| @wiking | Trixis, bt? | 17:06 | 
| Trixis | hm? | 17:08 | 
| @wiking | type bt in lldb | 17:09 | 
| @wiking | and paste it into pastebin | 17:09 | 
| @wiking | i.e. backtraxe | 17:09 | 
| @wiking | *backtrace | 17:09 | 
| @wiking | kiranmuthigi1, use conda | 17:10 | 
| @wiking | kiranmuthigi1, we are still working on the brew migration from science | 17:10 | 
| @wiking | see https://github.com/Homebrew/homebrew-core/pull/21444 | 17:11 | 
| kiranmuthigi1 | wiking: ok Thanks:) | 17:11 | 
| Trixis | https://pastebin.com/589nEdHq wiking | 17:16 | 
| @wiking | mmm | 17:21 | 
| @wiking | interesting | 17:21 | 
| @wiking | Trixis, and have u tried with py27 or py36? | 17:25 | 
| Trixis | wiking: any ideas | 17:26 | 
| @wiking | not really | 17:29 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/34490ad4fa30543bd9e2b316ac02f3ca4a58c288 by lisitsyn | 17:32 | 
| Trixis | wiking: guess i could get conda to install older version of shogun... | 17:35 | 
| @wiking | mmm i wonder if that changes anything | 17:35 | 
| Trixis | wiking: yep that fixes it | 17:37 | 
| @wiking | :O | 17:38 | 
| @wiking | which version? | 17:38 | 
| Trixis | conda install -c conda-forge shogun=6.0.0 | 17:39 | 
| Trixis | so id assume 6.0.0 | 17:39 | 
| @wiking | mmm | 17:40 | 
| @wiking | can you maybe try other versions? | 17:40 | 
| @wiking | there was 6.1.0 | 17:40 | 
| @wiking | 6.1.2 | 17:40 | 
| @wiking | at least | 17:40 | 
| @wiking | :) | 17:40 | 
| Trixis | https://anaconda.org/conda-forge/shogun/files i only saw 6.0.0 here | 17:40 | 
| Trixis | sec gonna try 6.1.2 | 17:40 | 
| -!- kiranmuthigi1 [2a684d92@gateway/web/freenode/ip.42.104.77.146] has quit [Ping timeout: 260 seconds] | 17:40 | |
| Trixis | yeah that one wasnt found | 17:40 | 
| @wiking | 6.1.1 | 17:41 | 
| Trixis | UnsatisfiableError: The following specifications were found to be in conflict: | 17:43 | 
| Trixis | - python 3.5* | 17:43 | 
| Trixis | - shogun 6.1.1* -> python 3.6* | 17:43 | 
| @wiking | ? | 17:43 | 
| @wiking | os? | 17:43 | 
| Trixis | and unfortunately python 3.6 is incompatible with other libraries | 17:43 | 
| Trixis | thats for shogun 6.1.1 | 17:43 | 
| @wiking | which os? | 17:43 | 
| Trixis | right now OSX, later on linux | 17:44 | 
| @wiking | https://anaconda.org/conda-forge/shogun/6.1.1/download/linux-64/shogun-6.1.1-py35_blas_openblas_0.tar.bz2 | 17:44 | 
| @wiking | but yeah there's no osx | 17:44 | 
| braceletboy | Hey!! @wiking and @trixis, I am working on an issue: https://github.com/shogun-toolbox/shogun/issues/4049 I had some doubts and posted my doubts in that page, but didn't receive any replies. Can anyone help me here? | 17:44 | 
| @wiking | of 6.1.1 | 17:44 | 
| @wiking | Trixis, can you try 6.1.3 on linux? | 17:44 | 
| Trixis | cant test linux yet because i think the machines are under maintenance rn | 17:44 | 
| Trixis | lemme check | 17:44 | 
| Trixis | right yeah cant ssh in | 17:48 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/dd97dba2b10fa3e9407ac1cea7a795d64e26f927 by lisitsyn | 17:53 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] New commit https://github.com/shogun-toolbox/shogun/commit/ee3aa74f81c01afa65782f478ce135e1ec8023d0 by lisitsyn | 17:59 | 
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has joined #shogun | 18:49 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324651655 | 18:49 | 
| -!- travis-ci [~travis-ci@ec2-54-163-106-182.compute-1.amazonaws.com] has left #shogun [] | 18:49 | |
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has joined #shogun | 19:13 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324651655 | 19:13 | 
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has left #shogun [] | 19:13 | |
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has joined #shogun | 19:45 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324659469 | 19:45 | 
| -!- travis-ci [~travis-ci@ec2-54-242-116-186.compute-1.amazonaws.com] has left #shogun [] | 19:45 | |
| -!- travis-ci [~travis-ci@ec2-54-167-46-12.compute-1.amazonaws.com] has joined #shogun | 20:41 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324661940 | 20:41 | 
| -!- travis-ci [~travis-ci@ec2-54-167-46-12.compute-1.amazonaws.com] has left #shogun [] | 20:41 | |
| -!- travis-ci [~travis-ci@ec2-54-167-46-12.compute-1.amazonaws.com] has joined #shogun | 21:04 | |
| travis-ci | it's Sergey Lisitsyn's turn to pay the next round of drinks for the massacre he caused in shogun-toolbox/shogun: https://travis-ci.org/shogun-toolbox/shogun/builds/324661940 | 21:04 | 
| -!- travis-ci [~travis-ci@ec2-54-167-46-12.compute-1.amazonaws.com] has left #shogun [] | 21:04 | |
| -!- braceletboy [uid256084@gateway/web/irccloud.com/x-xnapwexnihdjywyd] has quit [Quit: Connection closed for inactivity] | 21:30 | |
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4066 opened by lisitsyn | 21:58 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4066 synchronized by lisitsyn | 22:16 | 
| @sukey | [https://github.com/shogun-toolbox/shogun] Pull Request https://github.com/shogun-toolbox/shogun/pull/4066 synchronized by lisitsyn | 23:08 | 
| --- Log closed Thu Jan 04 00:00:05 2018 | ||
Generated by irclog2html.py 2.10.0 by Marius Gedminas - find it at mg.pov.lt!