Skip to content

Installation error with conda on Ubuntu: libpthread.so not found #1256

@jhnnsnk

Description

@jhnnsnk

I installed NESTML as follows with miniforge:

conda create --name nestml
conda activate nestml
conda install -c conda-forge nest-simulator ipython cxx-compiler boost boost-cpp libboost cmake make jupyter matplotlib
pip install git+https://github.com/nest/ode-toolbox
pip install nestml

Running NESTCodeGeneratorUtils.generate_code_for("izhikevich_solution.nestml") from the Izhikevich tutorial fails with:

/home/senk//miniforge3/envs/nestml/bin/../lib/gcc/x86_64-conda-linux-gnu/14.3.0/../../../../x86_64-conda-linux-gnu/bin/ld: cannot find /home/senk/miniforge3/envs/nestml/x86_64-conda-linux-gnu/sysroot/usr/lib/libpthread.so: No such file or directory

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions