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

ERROR: LoadError: SCIP is currently not supported on "NT" #169

Closed
litingjunlyn opened this issue Jun 28, 2020 · 1 comment
Closed

ERROR: LoadError: SCIP is currently not supported on "NT" #169

litingjunlyn opened this issue Jun 28, 2020 · 1 comment

Comments

@litingjunlyn
Copy link

I want to install SCIP,but when I build SCIP,It haves error.
(@v1.4) pkg> build SCIP
Building SCIP → C:\Users\litingjun\.julia\packages\SCIP\lczBF\deps\build.log
┌ Error: Error building SCIP:
│ ERROR: LoadError: SCIP is currently not supported on "NT"
│ Stacktrace:
│ [1] error(::String) at .\error.jl:33
│ [2] top-level scope at C:\Users\litingjun.julia\packages\SCIP\lczBF\deps\build.jl:19
│ [3] include(::String) at .\client.jl:439
│ [4] top-level scope at none:5
│ in expression starting at C:\Users\litingjun.julia\packages\SCIP\lczBF\deps\build.jl:14
└ @ Pkg.Operations D:\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.4\Pkg\src\Operations.jl:899

@rschwarz
Copy link
Collaborator

You likely have an old version of SCIP.jl installed (e.g. 0.7.4), which did not support Windows yet, see #154.
This is probably due to a version conflict with the dependency CEnum, see #77.

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

2 participants