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

"isinstance" bug in nest.py #754

Closed
dohmatob opened this issue Jun 15, 2017 · 2 comments
Closed

"isinstance" bug in nest.py #754

dohmatob opened this issue Jun 15, 2017 · 2 comments

Comments

@dohmatob
Copy link

Description

Running the example http://www.nest-simulator.org/py_sample/twoneurons/ yields the following error traceback

...
  File "/home/elvis/anaconda2/envs/py3k/lib/python3.6/site-packages/nest.py", line 4
    if isinstance(each_item, indent = False ,list):
                                            ^
SyntaxError: positional argument follows keyword argument
@heplesser
Copy link
Contributor

@dohmatob This looks strange. There should not be any file nest.py in a NEST installation, and the line if isinstance(each_item... is not in NEST code.

@nosratullah
Copy link

It seems there is another nest library which is not nest-simulator. and you installed it with this command :
pip install nest
simply uninstall it:
pip uninstall nest
and follow the installation from the nest documentaion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants