Torsten Scholak
Torsten Scholak
Same issue. Some rma version. For some reason, `self.reporter.print(str_res)` in `application.py` is wrong syntax.
Never mind, I was running it with the wrong version of Python
I didn't see it at first at the time, but it is stated very clearly in the repo's `Readme.md`: ``` Pre-Requisites : python >= 3.4 and pip. ```
I just noticed that `math.h` isn't in `/usr/include` but in `/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/`. Hence I set `$NIX_CFLAGS_COMPILE` to that value instead. Unfortunately, that doesn't seem to do the trick either :/
thank you @Gabriel439! I have tried to reproduce the error with a single-user installation of nix on a High Sierra machine (17.7.0), but I can't. It could be something about...
both machines (darwin 17.7.0 and 18.0.0) have a global `ghc`: ``` $ ls -lah `which ghc` lrwxr-xr-x 1 root wheel 67B 26 May 12:49 /usr/local/bin/ghc -> /Library/Frameworks/GHC.framework/Versions/8.0.2-x86_64/usr/bin/ghc ``` and both...
ok, let's try this again... I've upgraded to multiuser nix on Mojave: ``` $ nix-shell -p nix-info --run "nix-info -m" - system: `"x86_64-darwin"` - host os: `Darwin 18.2.0, macOS 10.14.1`...
@kanterov what about things like `TypedDataset[Tuple1[Vector[Option[Vector[Option[A]]]]]]`? I'm actually using this ...
In my case, `A` is primitive, yes. I didn't have any problems with it so far, but just to be sure that it doesn't break any laws, I can add...
yes please, untyped window functions are a pain.