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

Issues installing nest-simulator=2.20.* via conda #3194

Open
proteino opened this issue Apr 24, 2024 · 1 comment
Open

Issues installing nest-simulator=2.20.* via conda #3194

proteino opened this issue Apr 24, 2024 · 1 comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Discussion Still searching for the right way to proceed / suggestions welcome

Comments

@proteino
Copy link

Describe the bug
I want to install an older version of nest via conda (preferably 2.20.*), but conda search -c conda-forge nest-simulator only shows versions >= 3.3. In the Documentation (https://nest-simulator.readthedocs.io/en/stable/installation/conda_forge.html#conda-forge-install), the following command is proposed:
conda create --name nest_2_18_0 -c conda-forge nest-simulator=2.18.0=*,
but it does not work (error message: zsh: no matches found: nest-simulator=2.18.0=*)

Desktop/Environment (please complete the following information):

  • OS: Mac-OS 14.4.1
  • Shell: zsh
@heplesser
Copy link
Contributor

@proteino We unfortunately do not have the capacity to prepare conda packages for older NEST versions. I would also strongly recommend to install NEST 3.7 since newer NEST versions contain many improvements and bug fixes. If you need a NEST 2 version to run existing model code for comparison, you can either build NEST 2.20.2 on your computer from the sources or download the NEST 2.20.2 Live Media and run that as a virtual machine in, e.g., VirtualBox.

@heplesser heplesser added T: Discussion Still searching for the right way to proceed / suggestions welcome S: Normal Handle this with default priority I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) labels Apr 24, 2024
@heplesser heplesser added this to To do in Documentation via automation Apr 24, 2024
@heplesser heplesser added this to To do in Installation via automation Apr 24, 2024
@gtrensch gtrensch moved this from To do to In progress in Installation May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I: No breaking change Previously written code will work as before, no one should note anything changing (aside the fix) S: Normal Handle this with default priority T: Discussion Still searching for the right way to proceed / suggestions welcome
Projects
Documentation
  
To do
Installation
  
In progress
Development

No branches or pull requests

2 participants