Hi! You can try to use a virtual environment to control which software is detected. I'm writing these steps on the top of my head:
python -m venv venv ./venv/bin/activate pip install cmake cython
this should ensure that you're using up to date versions of cmake and cython
make sure to delete your build directory, and then try the build again from the start. Hope it helps
On Fri, Oct 18, 2024, 17:00 Ady Sharma aadhar.sharma@bcf.uni-freiburg.de wrote:
Hello, I would like to kindly bring this issue to your attention again. Could you please assist me in understanding what might be going wrong? _______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org