install fastMRI #242
ZhengguoTan
started this conversation in
General
Replies: 1 comment
-
Hello @ZhengguoTan, thanks for your question. Unfortunately this is mostly a product of bad naming - the file is named All this is to say is that you should be able to ignore |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear fastMRI developers,
I may have a question with regard to the installation of the fastMRI toolbox.
I firstly create and activate a conda environment:
$ conda create -n fastMRI
$ conda activate fastMRI
Then I install python and pytorch:
$ conda install -c anaconda python
$ conda install pytorch torchvision torchaudio cudatoolkit=10.2 -c pytorch
Afterwards, I try to install the requirements:
$ pip install -r requirements.txt
which fails.
In this case, I may need to install all the required packages in requirements.txt one by one.
May you know why the installation using requirements.txt does not work? It would be great if you could help to resolve this problem.
Best Regards,
Zhengguo
Beta Was this translation helpful? Give feedback.
All reactions