Closed EnriqueFV closed 4 months ago
@EnriqueFV windows doesn't get as much love or testing as Mac and Linux do because it's (often) a headache dealing with all of the fun and interesting ways that Windows handles file paths. Relative paths might be the issue here, but I'm not sure without seeing the full command you're using to execute your conversions. Could you share the following:
cd
?where dcm2niix4pet
as well?In the meantime you should be able to fix this issue by copying over the template_json.json
file here to .\.venv\Lib\site-packages\pypet2bids\template_json.json
on your system.
In the meantime I'll work on testing this on my windows machine to see if I'm able to reproduce it and begin to reintroduce some testing here on github with their windows based action runners.
Thanks for bringing this to our attention
I everyone,
I have tried to use PET2BIDS on my data but it fails with 'template_json.json' don't found as:
FileNotFoundError: [Errno 2] No such file or directory: '..\.venv\Lib\metadata\template_json.json' FileNotFoundError: [Errno 2] No such file or directory: '..\.venv\Lib\site-packages\pypet2bids\template_json.json'
I tried with different Python versions (3.9, 3.10, and 3.11) and still can't make use of the command pypet2bids.
I just installed the package via pip.
I am on Windows 11 and using VS code.