stumarcus314

Results 35 comments of stumarcus314

I installed XQuartz and logged out and logged back in, but still same warning. Should I Pkg.update() after installing XQuartz?

I tried the following, but still same error. I don't understand the instructions to install python.app, etc... Sounds complicated. python Python 2.7.14 |Anaconda custom (64-bit)| (default, Oct 5 2017, 02:28:52)...

I looked at the instruction: https://matplotlib.org/faq/osx_framework.html Should I install python.app via: conda install python.app How do I use pythonw rather than python? Must Julia be signalled to use pythonw instead...

Can someone help me resolve this issue?

When I tried the following, I get "Warning: No working GUI backend found for matplotlib" using PyPlot ENV["MPLBACKEND"]="tkagg" x = linspace(0,2*pi,1000) y = sin.(3 * x + 4 * cos.(2...

ENV["MPLBACKEND"]="tkagg" using PyPlot pygui(true) The above lines in the Julia command window give: ERROR: No working GUI backend found for matplotlib. Stacktrace: [1] pygui(::Bool) at /Users/a598124/.julia/v0.6/PyPlot/src/init.jl:222 PyPlot.backend is "Agg" and...

I am using Julia v1.7.3 and these versions of JuMP and SCIP.jl: "SCIP" => v"0.11.3" "JuMP" => v"1.1.0"

How is SCIP built (TPY= none, omp, or tny) when obtained in Julia as a package?

If SCIP is built with TPY = tny, the default concurrent/scip.../prefprio parameters (https://www.scipopt.org/doc/html/PARAMETERS.php) are used, and the max and min number of threads parallel/maxnthreads and parallel/minnthreads are set to 4,...

Thanks, "make install" installs oneTBB into /tmp/my_installed_onetbb. Is there a recommended way to uninstall oneTBB? Would "make uninstall" work or is "rm -rf /tmp/my_installed_onetbb" the proper way?