我正在尝试使用 fsl、fslview、freesurfer 来处理神经影像数据,但遇到了无法解决的问题。
我使用“Windows 上的 Ubuntu 上的 Bash”,我的电脑是 Windows 10 Pro(64 位),我已经安装并运行了 Xming,并且我已经使用以下命令成功安装了 fsl。我按照http://www.nemotos.net/?p=1481。
sudo apt-get update
sudo apt-get dist-upgrade
wget -O- http://neuro.debian.net/lists/trusty.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver hkp://pgp.mit.edu:800xA5D32F012649A5A9
sudo apt-get update
sudo apt-get install fsl
但是,当我输入:
sudo apt-get install fslview
我收到如下错误消息。
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed.
This may mean that you have requested an impossible situation
or if you are using the unstable distribution
that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
fslview : Depends: libvtk5.8 but it is not installable
Depends: libvtk5.8-qt4 but it is not installable
E: Unable to correct problems, you have held broken packages.
我尝试安装 libvtk5.8 和 libvtk5.8-qt4,但不起作用。Iibvtk 安装在 6.2 版本中。这与各种 ubuntus 的冲突或混合有关吗?我还安装了 oracle VM virtualbox 并创建了一个 Ubuntu 实例,在其中安装了 fslview。我听说其他人已经成功地安装了 fslview 以及 fsl,没有任何错误,只需在全新可信 docker 中安装即可。