Ben Lucas
Ben Lucas
Hi @dan-zheng I took your advice and install the swiftenv. I set the global env to be the S4TF, but when I use swift in command-line, it is still the...
I follow the instruction to install via Homebrew and configure the shims and completions for ZSH. But is still Apple version Swift. ``` $ echo $PATH /Users/Lucas/.swiftenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion.app/Contents/Public:/Library/TeX/texbin:/usr/local/aria2/bin:/opt/X11/bin:/Library/Apple/usr/bin:/opt/ImageMagick/bin:/Applications/Wireshark.app/Contents/MacOS:/Users/Lucas/.swiftenv/bin:/Users/Lucas/.vim/plugged/fzf/bin:/Users/Lucas/bin ``` Btw,...
Hi, @8bitmp3 thx for your reply. Could you be more specific about what to edit to `.zshrc`? I tried to add `export PATH=/Library/Developer/Toolchains/swift-latest/usr/bin:"${PATH}"` into `.zshrc`, and faild to activate S4TF...
YES! This is what I exactly met, `import TensorFlow` is ok, but can not create a `Tensor`, the error message is the same with you `error: use of unresolved identifier...