DeepRegNet / DeepReg

Medical image registration using deep learning
Apache License 2.0
552 stars 76 forks source link

Paired Lung CT Tutorial Error #819

Closed codeenthusiast closed 2 years ago

codeenthusiast commented 2 years ago

Paired Lung CT Tutorial Error

I have trying to run this tutorial on the terminal but unfortunately getting an error as below when launching demo training via running "python demos/paired_ct_lung/demo_train.py". I have installed DeepReg and set the directory to DeepReg.

My other question is whether I have to run this in my terminal or whether I can run it on Jupyter in Anaconda. Thank you for your help.

Screen Shot 2021-10-29 at 5 43 37 PM

Your environment

YipengHu commented 2 years ago

please install deepreg first following the documentation: https://deepreg.readthedocs.io/en/latest/getting_started/install.html

codeenthusiast commented 2 years ago

Thank you, I have followed all the instructions and installed DeepReg which I can see under my username directory. When I again try to run the above command line, I now get "zsh: illegal hardware instruction". However, my TensorFlow is up to date as well.

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

mathpluscode commented 2 years ago

zsh: illegal hardware instruction

Hi, the idea development environment should be Linux (not including MacOS) with intel chips. The error you got is similar to https://stackoverflow.com/questions/65383338/zsh-illegal-hardware-instruction-python-when-installing-tensorflow-on-macbook and I'm not sure if it is linked to DeepReg.