-
Notifications
You must be signed in to change notification settings - Fork 198
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 install - Symbolic link dest not found... #263
Comments
also this is the verbose output:
|
@Cmdv here is a workaround I used in order to get things working. https://github.com/JamesCarl/deep-learning Adding the repo as a submodule and removing the symbolic links and replacing it with the files prevented this error. Hope this helps! |
@JamesCarl ah yes that's a good idea will try that out. It's a shame it has to be bought in like that but I'm by no means a stack pro so couldn't say why this is happening. I am on macos, wonder if that has something to do with it?! |
@JamesCarl I added a git submodule by:
then pull down all of it's submodules
and it seems I still get the same error 😞
I'll try pulling down your repo see if I have something wrong else where. edit: looks like now it's failing on
Had to point to a fork of snappy which fixed the macos build failure.
|
@Cmdv the tensorflow submodule still has symbolic links in each of the folders the fork (https://github.com/JamesCarl/haskell.git) in the repo above has them removed. |
I managed to get your repo to build 🎉 turns out my nix home manager had made all the simlinks etc but it hadn't run this line:
so ran it manually and it now seems to install/build fine. It works, will leave this open as it would be nice to not have to do all this. Unless it's there isn't a way to get around it then feel free to close. 👍 |
Trying to use tensorflow as part of a project but getting stumped when using stack.
stack 2.3.1 x86_64 hpack-0.34.2
ghc 8.8.3
MacOS 10.15.x (Catalina)
running
stack install
I get the following error:here is my setup
stack.yaml
:package.yaml
:I tried taking a look at
https://github.com/commercialhaskell/stack/issues/4579
but couldn't work out how it relates or can be fixed. :)If more information is required please let me know.
The text was updated successfully, but these errors were encountered: