Butui Hu
Butui Hu
It would be easier if you could use a conda environment. Then all you need to do is run pip in your virtual env. Steps looks like this: 1. install...
If you use conda env, you could install all the python pkg with the specific release you need. It's a tough job for HPC administrators to maintain many module files...
[zmsunnyday](https://github.com/zmsunnyday) has pointed out the solution. Or you could also run monailabel on Linux.
地址错了,应该是http://recorder.api.zhuyuntao.cn/ 文档没有更新吧.
meanwhile, `imp` is deprecated since version 3.4 according to [this doc](https://docs.python.org/3.10/library/imp.html). Slicer still use it, eg.: https://github.com/Slicer/Slicer/blob/145cf89213a26514c7bce107df706e5f6396334b/Base/Python/slicer/__init__.py#L131
You could check the undefined symbol by `c++filt `. It seems the log output is truncated.
You could check this [PKGBUILD](https://github.com/archlinuxcn/repo/blob/master/archlinuxcn/python-monai/PKGBUILD) for building python-monai from the source. It might help. Note the deps are from the [AUR](https://aur.archlinux.org/) or [archlinux](https://archlinux.org/) with latest release.
I think the key is you need to make sure the gcc/g++ compiler, cuda, pytorch are compatible. In ArchLinux, all deps are the latest release. Maybe you could try cuda...
Any updates? I check https://downloads.imagej.net/fiji/archive/, and there are no files at all. It would be great it there is a release version for fiji. Currently, the latest release in https://github.com/fiji/fiji/releases...
@ctrueden Hey, I check https://downloads.imagej.net/fiji/archive/20191220-2112/, and there is only zip files for Linux, no tarballs. Anything wrong?