-
Notifications
You must be signed in to change notification settings - Fork 1
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
"NameError: 'syn' is not defined" occuring in examples 1, 2 and 3 #1
Comments
Hi. How did you install LFPy locally? Also, I should clarify, LFPy on Windows is on our end a fairly uncharted territory. It's mainly developed on Mac/Linux OS. |
Hi, Otherwise, I have python3.10.11 and I installed the lfpy using pip, installed NEURON from binary and added its path to the environment. But it seems it installed lfpy version 2.1. When I tried to upgrade it, I got an error saying that the requirement neuron>=7.7 is not satisfied. However, when I import neuron and check the version, it says its the newest, 8.2.6+. Any thoughts or should I just try with Linux? |
Ok, this leaves some options:
|
Hi, first thank you for the nice set of examples and exercises. I've run them on ebrains, where it works, but now I installed the LFPy and NEURON locally and I'm having issues while trying to run the same examples, from 1 to 3.
The error is in line with the synapse declaration:
Can you help me resolve the issue?
Thank you.
The text was updated successfully, but these errors were encountered: