Forecast.jl icon indicating copy to clipboard operation
Forecast.jl copied to clipboard

Can't precompile Forecast due to missing source file

Open timesselens opened this issue 3 years ago • 3 comments

added using ] add https://github.com/viraltux/Forecast.jl

(@v1.6) pkg> precompile 0 dependencies successfully precompiled in 3 seconds (275 already precompiled)

ERROR: The following 1 direct dependency failed to precompile:

Forecast [6efb3b9f-b065-4dd1-b1a5-fac2350e161b]

Error: Missing source file for Forecast [6efb3b9f-b065-4dd1-b1a5-fac2350e161b

New to Julia, please advise on how to get more detailed information on this error if required.

timesselens avatar Nov 03 '21 18:11 timesselens

I am getting a different error:

ERROR: Unsatisfiable requirements detected for package Plots [91a5bcdd]:

ayushpatnaikgit avatar Dec 07 '21 05:12 ayushpatnaikgit

I had the same issue while trying to install Forecast today. The error did not go away when I deleted the registries or reinstalled the package.

Error: Missing source file for Forecast

yuriniet avatar May 13 '22 19:05 yuriniet

I suppose @viraltux uses a linux machine where the file names are case-sensitive and has 2 files with same name (multiple) modulo the case. When git tries to pull it it randomly keeps one file. I created a fork of it renaming some of the files. I couldnt get git to work properly with it, until @viraltux fixes this I suppose if anyone needs it in mac/windows, here is a fork (without any history, i couldnt get git to play nicely), https://github.com/yellowflash/Forecast.jl

yellowflash avatar Oct 26 '22 11:10 yellowflash