Closed Haoxin22 closed 4 years ago
ALso, when I use conda to install it, it shows:
It seems like telling me that Pyradiomics is only compatible with python 3.8.*? Is that corrrect?
I have met the version and conda problem with u. I am gonna to try again with lower pyradiomics version.
Conda deployment of PyRadiomics is currently throwing an error and is under investigation. In any case, it is not distributed for python 3.8 (yet). My advise is to install using pip, using python 3.5, 3.6 or 3.7. Any other version requires you to compile the C extensions of PyRadiomics yourself (i.e. building from source), but this can be non-trivial, as your C compilers must be set up correctly for python to use.
As to question 1) No idea, the version 0+unknown
means that during installation, no version information was available. This is the case when the repository is downloaded as zip file and then installed using setup.py
. This is due to the fact that PyRadiomics gets its version information from the git part of the repository, which is not included in the zip file (when installing form the repository, ensure it's a cloned version and not a zip snapshot to prevent this error). The only way to retrace the specific version would be to compare source files.
As to question 2) Yes in a way. The full 3D mask is used in both cases, but in the 2D case, offsets moving between slices are ignored, meaning that voxels on adjacent slices are not considered neigbors. This allows you to extract meaningfull features even in cases where voxels are only isotropic in-plance, with a different slice thickness (common in MRI images). The radiomics features assume isotropy of voxel spacing, so when extracting in 3D, spacing must be made uniform and isotropic by applying resampling.
Version (please complete the following information):
Hi,
I have 2 questions:
I used" python -m pip install pyradiomics" to install the pyradiomics
Thanks