Kyle Drover

Results 14 comments of Kyle Drover

Hi @JoostJM is there any update to the timeline for the newer version release? Pyradiomics is currenting the limiting package to upgrade my python version.

Hi Joost and Ludger, Has there been any updates to the framework to support newer python versions? I'm starting to run into a lot of issues that I believe is...

Thank you so much for updating the underlying python dependencies!!

so this is my monailable config: >>> monailabel.print_config() MONAILabel version: 0.6.0 Numpy version: 1.24.3 Pytorch version: 2.0.1+cu117 MONAILabel rev id: 40fd783a704f4d6a0baa8d34086dd336efdf1e6f

1. Ok so I'll use the latest from now on, thanks for letting me know 2. So I think the issue is within bin/monailabel not passing something properly. I can...

so adding the prefix has no effect on the PYTHONPATH: ![image](https://github.com/Project-MONAI/MONAILabel/assets/41981766/dbcf1c6d-063d-48b5-8bca-0a0abcb4de7b) neither did adding $PATH into $PYTHONPATH: ![image](https://github.com/Project-MONAI/MONAILabel/assets/41981766/aecf04bf-3f9d-4dd0-9155-1ff62621c4ee)

So I downloaded the latest release (https://github.com/Project-MONAI/MONAILabel/archive/refs/tags/0.7.0.tar.gz) then ran: `tar xvzf 0.7.0.tar.gz` `cd MONALabel-0.7.0` `python3 setup.py install --prefix=/g/data/if89/apps/monailabel/0.7.0/` but the command line still failed. I have to specify the above...

Is there any detriment to just calling the python script? Whilst we can do conda envs, they're typically disliked by people who maintain our HPC resources who will always recommend...

That or I'll have a look to see what's going fully run in the executable and then suggest a pull request.

Hi all, I made a pull request: #1505. This is a just a function that I made in util/others that would init the origin and direction in images without that...