mhammell-laboratory / TEtranscripts

A package for including transposable elements in differential enrichment analysis of sequencing datasets.
http://hammelllab.labsites.cshl.edu/software/#TEtranscripts
GNU General Public License v3.0
206 stars 29 forks source link

pkg_resources.DistributionNotFound #191

Open GimenaA opened 2 weeks ago

GimenaA commented 2 weeks ago

I'm encountering this issue when I tried running TEtranscripts. I've run TEtranscripts many times in the past. pkg_resources.DistributionNotFound: The 'TEtranscripts==2.2.1' distribution was not found and is required by the application

olivertam commented 2 weeks ago

Hi,

Thank you for your question. Did you (or your IT) upgrade/update your python recently? If there was a recent update (e.g. to a newer python version), then it might not know to look in the old version for the software. You might have to reinstall it, but the changes from version 2.2.1 to version 2.2.3 (current) is relatively minor. You can see the change details here.

Thanks