Thomas Pellet

Results 7 comments of Thomas Pellet

Thank you for your response @joelostblom. It is a neat way of seeing what is going on!

Thank you! This sparse csr syntax was giving me a hard time.

Thank you, It works now!

``` Bootstrap: docker From: ubuntu:20.04 %post # Set noninteractive frontend for package installation export DEBIAN_FRONTEND=noninteractive # Set default timezone to avoid getting stuck during tzdata installation echo "Etc/UTC" > /etc/timezone...

If that can help with debugging here is what find_jars returns: ``` >>> from pynetlogo.core import find_jars >>> netlogo_home = "/opt/NetLogo" >>> jars = find_jars(netlogo_home) >>> jars ['/opt/NetLogo/Mathematica Link/mathematica-link.jar', '/opt/NetLogo/extensions/.bundled/arduino/arduino.jar',...

Update: I have been trying to build a container with Java 20 and I get the same problem.