AIM-Harvard / pyradiomics

Open-source python package for the extraction of Radiomics features from 2D and 3D images and binary masks. Support: https://discourse.slicer.org/c/community/radiomics
http://pyradiomics.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
1.14k stars 492 forks source link

Installation #770

Open MohammadSalehi72 opened 2 years ago

MohammadSalehi72 commented 2 years ago

Dear All,

Recently I've tried to install Pyradiomics via "pip install pyradiomics" but I got an error as below: image I also installed the "visual-cpp-build-tools" according to the error message, but it didn't solve my issue.

OS: Win10 Python: 3.8.8

Any suggestion would be appreciated.

mohsenhariri commented 2 years ago

It seems python couldn't build packages properly. Here are possible solutions:

  1. Uninstall windows and install one of the linux dists, then installing python3-dev will solve the problem.
  2. Install python dev tools in windows.