Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't precompile Forecast due to missing source file #69

Open
timesselens opened this issue Nov 3, 2021 · 3 comments
Open

Can't precompile Forecast due to missing source file #69

timesselens opened this issue Nov 3, 2021 · 3 comments

Comments

@timesselens
Copy link

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.

@ayushpatnaikgit
Copy link

I am getting a different error:

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

@yuriniet
Copy link

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

@yellowflash
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants