You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pyradiomics does not support PEP 517 builds and can't be installed using poetry.
To Reproduce
poetry add pyradiomics
Expected behavior
Install Pyradiomics and dependencies successfully.
Version (please complete the following information):
OS: Ubuntu 24.04.1 LTS
Python version: 3.12
PyRadiomics version 3.1.0
Additional context
"This error originates from the build backend, and is likely not a problem with poetry but with pyradiomics (3.1.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pyradiomics (==3.1.0)"'."
The text was updated successfully, but these errors were encountered:
Describe the bug
Pyradiomics does not support PEP 517 builds and can't be installed using poetry.
To Reproduce
poetry add pyradiomics
Expected behavior
Install Pyradiomics and dependencies successfully.
Version (please complete the following information):
Additional context
"This error originates from the build backend, and is likely not a problem with poetry but with pyradiomics (3.1.0) not supporting PEP 517 builds. You can verify this by running 'pip wheel --no-cache-dir --use-pep517 "pyradiomics (==3.1.0)"'."
The text was updated successfully, but these errors were encountered: