pwoznicki / AutoRadiomics

The easiest tool for experimenting with radiomics features.
Apache License 2.0
36 stars 9 forks source link

Installation issue #41

Open jmstf94 opened 4 months ago

jmstf94 commented 4 months ago

No matter what I try, isolated environments, separate installation of packages etc I always get the following error when i use "pip install -e ." on the cloned environment. I am suspecting the problem is on my system but I wasn't able to find it.

fatal error C1083: Cannot open include file: 'stdlib.h': No such file or directory error: command 'C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.40.33807\bin\HostX86\x64\cl.exe' failed with exit code 2 [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for pyradiomics Running setup.py clean for pyradiomics Failed to build pyradiomics ERROR: Could not build wheels for pyradiomics, which is required to install pyproject.toml-based projects

Can anyone help me?