# Compat Issues Messing Me Up - Help needed

**URL:** https://discourse.julialang.org/t/compat-issues-messing-me-up-help-needed/31330
**Category:** General Usage
**Created:** [November 21, 2019, 1:50am UTC](https://discourse.julialang.org/t/compat-issues-messing-me-up-help-needed/31330 "2019-11-21T01:50:12Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![anon92994695](https://avatars.discourse-cdn.com/v4/letter/a/ce7236/32.png) [@anon92994695](https://discourse.julialang.org/u/anon92994695)
#### Post date: [November 21, 2019, 1:50am UTC](https://discourse.julialang.org/t/compat-issues-messing-me-up-help-needed/31330/1 "2019-11-21T01:50:12Z")

</div>

Hi everyone,

I’m trying to keep my package a float([GitHub - caseykneale/ChemometricsTools.jl: A collection of tools for chemometrics and machine learning written in Julia.](https://github.com/caseykneale/ChemometricsTools.jl))… It was working fine then DSP.jl broke due to issues with FFTW? This happened 2 releases ago v0.5.8.

So I removed DSP.jl and tried to update my `[compat]`. Now despite my best efforts, [https://github.com/caseykneale/ChemometricsTools.jl/blob/master/Project.toml](https://github.com/caseykneale/ChemometricsTools.jl/blob/master/Project.toml)  
I tried to install my package, and it was throwing errors about julia downversioning or something on a different computer. So it preferentially installed 0.5.8 which is of course completely broken.

How do I get out of this broken compatibility loop? Is there a way to “fix” an old release?

---

<div class="post-metadata">

### Author: ![ssfrr](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/ssfrr/32/3736_2.png) [@ssfrr](https://discourse.julialang.org/u/ssfrr)
#### Post date: [November 21, 2019, 2:08am UTC](https://discourse.julialang.org/t/compat-issues-messing-me-up-help-needed/31330/2 "2019-11-21T02:08:14Z")

</div>

The DSP/FFTW issue has been resolved, so if you can use the latest DSP.jl (0.6.1) it should be OK.

FWIW I just installed your package into a fresh environment (both the released version and `master`) and it seemed to install fine, so maybe there’s some other package you have installed that’s causing problems?

---

<div class="post-metadata">

### Author: ![anon92994695](https://avatars.discourse-cdn.com/v4/letter/a/ce7236/32.png) [@anon92994695](https://discourse.julialang.org/u/anon92994695)
#### Post date: [November 21, 2019, 2:09am UTC](https://discourse.julialang.org/t/compat-issues-messing-me-up-help-needed/31330/3 "2019-11-21T02:09:52Z")

</div>

Maybe it was Julia 1.05 that was busted?

I think the issue is 0.5.8’s compat line specifies a specific version of DSP or is capped to the version that is busted? So if 0.5.9 fails to install a user gets redirected to 0.5.8 which is broken (I think) due to DSP. Not sure. Maybe that computers environment just needs burned down.
