Package Details: nest 2.20.1-1

Git Clone URL: https://aur.archlinux.org/nest.git (read-only, click to copy)
Package Base: nest
Description: Simulator for spiking neural network models
Upstream URL: https://www.nest-simulator.org/
Licenses: GPL
Submitter: brk0_0
Maintainer: None
Last Packager: adsun
Votes: 2
Popularity: 0.000000
First Submitted: 2016-01-07 16:12 (UTC)
Last Updated: 2020-12-02 20:32 (UTC)

Latest Comments

bjourne commented on 2023-06-15 10:03 (UTC) (edited on 2023-06-15 10:03 (UTC) by bjourne)

The package does not install. There is an error related to the Python binding:

  File "/usr/lib/python3.11/site-packages/setuptools/command/egg_info.py", line 219, in finalize_options
    parsed_version = packaging.version.Version(self.egg_version)
                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/site-packages/packaging/version.py", line 198, in __init__
    raise InvalidVersion(f"Invalid version: '{version}'")
packaging.version.InvalidVersion: Invalid version: 'nest-2.20.1'
==> ERROR: A failure occurred in package().
    Aborting...

jakstu commented on 2020-10-17 21:01 (UTC) (edited on 2020-10-17 21:01 (UTC) by jakstu)

this works, thanks a lot!

adsun commented on 2020-10-14 15:47 (UTC)

@jakstu fixed.

jakstu commented on 2020-10-14 13:43 (UTC) (edited on 2020-10-14 13:57 (UTC) by jakstu)

Hi everybody, i have troubles using nest.

After installation I can import nest in python however the module seems to be pretty empty, i.e.

nest.ResetKernel()

gives

AttributeError: module 'nest' has no attribute 'ResetKernel'

and

help(nest)

only gives

Help on package nest:

NAME nest

PACKAGE CONTENTS pynestkernel

FILE (built-in)

When using nest without python from Terminal I get an [INFO] message about with a path pointing in the source where I created the package ~/Downloads/nest/src/nest-simulator-2.20.0/nestkernel/rng_manager.cpp

Also at the end of compiling I received the warning

WARNING: Package contains reference to $srcdir

also when looking in my /usr/lib/python3.8/site-packages/nest the only thing there is pynestkernel.so. Shouldn't there be more?

Can somebody help me with this? I couldn't find anything on this. Also playing around a bit with the PKGBUILD while looking into the Install guide https://github.com/nest/nest-simulator/blob/master/INSTALL didn't help me yet.

Thanks alot!

dercolamann commented on 2016-04-26 09:38 (UTC) (edited on 2016-04-26 10:02 (UTC) by dercolamann)

Hi, I got this error, when importing nest: File "/usr/lib/python3.5/site-packages/nest/__init__.py", line 53, in <module> import lib.hl_api_helper as hl_api ImportError: No module named 'lib' Maybe there're some dependencies missing? I don't know, where lib.hl_api_helper should come from. Edit: I was wrong. For some reason I had to add /usr/lib/python3.5/site-packages/nest manually to the sys.path Thanks for the package, Leo

brk0_0 commented on 2016-01-08 12:10 (UTC)

Done! Thanks for the tip.

davidmcinnis commented on 2016-01-07 22:06 (UTC) (edited on 2016-01-07 22:39 (UTC) by davidmcinnis)

Hi, cool package. Anyway, the hyperlink for the upstream URL points to: https://aur.archlinux.org/packages/nest/www.nest-simulator.org/www.nest-simulator.org/www.nest-simulator.org/. You probably want it to point to: www.nest-simulator.org/ Also, the software seems to build and install fine on my i686 laptop. -Dave