# Slicer Radiomics error 

**URL:** https://discourse.slicer.org/t/slicer-radiomics-error/14279
**Category:** Radiomics
**Created:** [October 27, 2020, 8:12pm UTC](https://discourse.slicer.org/t/slicer-radiomics-error/14279 "2020-10-27T20:12:08Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![fedorov](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fedorov/32/14_2.png) [@fedorov](https://discourse.slicer.org/u/fedorov)
#### Post date: [October 27, 2020, 8:52pm UTC](https://discourse.slicer.org/t/slicer-radiomics-error/14279/3 "2020-10-27T20:52:01Z")

</div>

Yes, we discussed this with @jcfr today, and if I understood correctly, something has changed on the factory machine about 27 days ago, which broke packaging of the pywt extension. JC was going to change something on the factory to fix this.

In the interim, I was able to make the module work again by manually installing the missing packages from the Slicer python console:

```auto
>>> slicer.util.pip_install('pywavelets')
>>> slicer.util.pip_install('python-dateutil')

```

---

_[View the full topic](https://discourse.slicer.org/t/slicer-radiomics-error/14279)._
