Giter Club home page Giter Club logo

Comments (7)

m-reuter avatar m-reuter commented on September 2, 2024

hi @zhangcc89claire ,
this is a separate issue which is why I moved it here.
Probably your bash is too old to understand the |& command (which was added in bash 4 I think). You can update your bash to a more recent version or replace all occurrences with the equivalent:
2>&1 |

from fastsurfer.

zhangcc89claire avatar zhangcc89claire commented on September 2, 2024

from fastsurfer.

m-reuter avatar m-reuter commented on September 2, 2024

Do you have a working FreeSurfer 6.0 install?
What OS are you running on?

from fastsurfer.

LeHenschel avatar LeHenschel commented on September 2, 2024

Hey,

could you paste the exact command you tried to run? And which operating system you are using? I ran it on ubuntu 20.04 with bash 5.0.16(1)-release and could not replicate the error.

In addition, you could try to change just the command in line 227 and 228 as proposed by Martin from

echo $cmd |& tee -a $seg_log
$cmd |& tee -a $seg_log
to
echo $cmd 2>&1 | tee -a $seg_log
$cmd 2>&1 | tee -a $seg_log
and see if you still get the same error.

Thank you

from fastsurfer.

zhangcc89claire avatar zhangcc89claire commented on September 2, 2024

from fastsurfer.

m-reuter avatar m-reuter commented on September 2, 2024

Currently we do not support MacOS. You would have to use docker for now. Sorry.

from fastsurfer.

m-reuter avatar m-reuter commented on September 2, 2024

Update: in our upcoming release we added support for Mac (Intel cpu-based and M Apple Silicon also GPU on mps device) for the segmentation. Furthermore, we updated install instructions (especially to update the bash shell) and modified recon-surf slightly in #198 to run through. We do not do any testing on the Mac, so you should inspect results.

from fastsurfer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.