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 updating JuMP #3124

Closed
DarioSlaifsteinSk opened this issue Nov 3, 2022 · 3 comments
Closed

Error updating JuMP #3124

DarioSlaifsteinSk opened this issue Nov 3, 2022 · 3 comments

Comments

@DarioSlaifsteinSk
Copy link

Error updating JuMP

Hi,
I encountered the following error while updating mine installed JuMP package.

ReadOnlyMemoryError()

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: UNKNOWN at 0x7ffff64a4fd9 --

the complete log is the following

(@v1.8) pkg> update JuMP
    Updating registry at `C:\Users\daros\.julia\registries\General.toml`
   Installed JuMP ─ v1.4.0
    Updating `C:\Users\****\.julia\environments\v1.8\Project.toml`
  [4076af6c] ↑ JuMP v1.3.0 ⇒ v1.4.0
    Updating `C:\Users\****\.julia\environments\v1.8\Manifest.toml`
  [4076af6c] ↑ JuMP v1.3.0 ⇒ v1.4.0
Precompiling project...
  Progress [===========>                             ]  13/51
  ◐ RecipesBase
  ◒ MutableArithmetics
  ◒ InverseFunctions
  ◒ MacroTools
  ◓ Compat
  ◑ DiffResults
  ✗ StaticArrays
  ✗ OpenSSL_jll
  ✗ fzf_jll
  ✗ Cairo_jll
  ✗ OpenSSL
  ✗ Qt5Base_jll
  ✗ JLFzf
  ✗ HarfBuzz_jll
  ✗ HTTP
  ✗ libass_jll
  ✗ FFMPEG_jll
  ✗ FFMPEG
  ◓ GR_jll
Internal error: encountered unexpected error in runtime:
ReadOnlyMemoryError()

Please submit a bug report with steps to reproduce this fault, and any error messages that follow (in their entirety). Thanks.
Exception: UNKNOWN at 0x7ffff64a4fd9 --

My installation is:

   _ _   _| |_  __ _   |  Type "?" for help, "]?" for Pkg help.
  | | | | | | |/ _` |  |
  | | |_| | | | (_| |  |  Version 1.8.0 (2022-08-17)
 _/ |\__'_|_|_|\__'_|  |  Official https://julialang.org/ release
|__/                   |

(@v1.8) pkg> status
Status `C:\Users\****\.julia\environments\v1.8\Project.toml`
  [fa6b7ba4] DualNumbers v0.6.8
  [60bf3e95] GLPK v1.1.0
⌃ [87dc4568] HiGHS v1.1.4
  [7073ff75] IJulia v1.23.3
  [20393b10] InfiniteOpt v0.5.6
  [4076af6c] JuMP v1.4.0
  [91a5bcdd] Plots v1.35.8
  [438e738f] PyCall v1.94.1
  [37e2e46d] LinearAlgebra
Info Packages marked with ⌃ have new versions available

I still haven't found how this has affected my work but I will update the issue if necessary.
thanks!

@odow
Copy link
Member

odow commented Nov 3, 2022

How much RAM do you have? What is versioninfo()?

This looks to be JuliaLang/julia#39396

Try the suggestion from JuliaLang/Pkg.jl#2366

ENV["JULIA_NUM_PRECOMPILE_TASKS"] = div(Sys.CPU_THREADS::Int, 2) + 1
import Pkg
Pkg.update("JuMP")

@odow
Copy link
Member

odow commented Nov 6, 2022

Any progress on this?

@odow
Copy link
Member

odow commented Nov 11, 2022

Closing as stale and because this doesn't appear to be a bug in JuMP.

If you're still having trouble, please make a new post on the community forum: https://discourse.julialang.org/c/domain/opt/13. Many more people read that, and so someone else might have an idea what the problem is.

@odow odow closed this as completed Nov 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants