-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stack --docker build
requires stack docker pull
, which fails.
#207
Comments
Copying from commercialhaskell/stack#999:
Can you update HaskellR's build instructions to include a link to https://github.com/commercialhaskell/stack/wiki/Docker? This question has come up several times now from people trying to build it using Docker on unsupported platforms. |
I'd also like to have a relatively easy way to use Stack's docker support and HaskellR on a Mac. I'm working with a team of people who'd love to use Haskell, but they need R for their daily work and they develop on Macs. So, to me personally, this is an important target. I doubt that I'm alone on that. Even if I can personally figure out (I'm sure I can) how to , I'm not at the point where I can ask data scientists on Macs (some of whom are fresh out of PhD programs and, while they can code, don't identify as programmers) to install HaskellR. I'd love to get things to that state, because they aren't averse to learning Haskell, but the ability to use R on a daily basis is non-negotiable for them. |
@michaelochurch the docker part of HaskellR's build process is only there to ease getting ihaskell running. It is not obligatory by any means. On the wiki page perhaps we should make that explicit. If you have a working ihaskell setup on your machine, you do not need the docker stuff. Of course we want to make it easy for people to use HaskellR. As far as OSX goes is that noone on the HaskellR team currently has readily available access to OSX machine so what support we can offer right this second is very limited. Until we can find OSX machine for us to use or find someone else who can step up and handle this part, we can't do much more. It is not by choice that we can't provide extensive support for OSX right now. Hopefully that will change in near future. |
This makes a lot of sense. Thanks. If resources are a problem (since you mentioned not having an OS X machine If you want me to look around for possible clients, I can. I don't want to On Thu, Sep 17, 2015 at 10:39 AM, Mateusz Kowalczyk <
|
I am but a mere employee so I can't answer such questions. @mboes can though I don't know when he'll be available this week. |
@michaelochurch increasing contributions sounds great. Hit me up with an email at [email protected] and let's figure out how to make it happen. In the meantime, if any OS X users out there feel like tackling #200, that would be a great way to dip your toes into contributing to HaskellR. |
I'm trying out the "From Github" approach to H installation, detailed here.
Here's a reproduction of the problem, at command-line, on my system (OS X, GHC 7.10.2).
The text was updated successfully, but these errors were encountered: