choosehappy / HistoQC

HistoQC is an open-source quality control tool for digital pathology slides
BSD 3-Clause Clear License
266 stars 105 forks source link

The error message "OSError: [Errno 22] Invalid argument" while running the tool #227

Closed ShangWeiKuo closed 1 year ago

ShangWeiKuo commented 1 year ago

Hello, @choosehappy

When I run the command python -m histoqc -c default -n 56 "temp.ndpi", I got the error message of OSError[Errno 22] like the picture below.

image

How should I do to solve this error?

choosehappy commented 1 year ago

hmmm...this is a weird one...can you confirm that there is write permission in that directory and that the sub directory was successfully created? is error.log created? is the harddrive full?

also using -n 56 would launch 56 workers, is that the intended action? if you're just getting setup using a much lower number will likely make your life a bit more stable : )