-
Notifications
You must be signed in to change notification settings - Fork 19
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
Package version #175
Comments
So, It does seem to work somewhat now. However, I am currently getting an error that i know how to fix (kind of) but i would love too have feedback on why is it happening ? and maybe this is a fixable issue. I know this issues was reported and never "fixed" . error message:
So for some reason, the "path" is suppose to be "synapses\synapses.hoc" but it appears as "synapsessynapses.hoc". my quick fix is to copy the synapse.hoc file and put it as "synapsessynapses.hoc" in his parent folder. This way the "synapsessynapses.hoc" file exist. |
Mmm it might be a problem here: If you installed from source, can you try to play around with that line? It looks ok for me, but it's clearly misbehaving for windows... |
So it was kind of the line you mentioned. The real problem come with
|
So after following the installation guide for MAErec, I get a lot of issue regarding package version. For example, the rxd part using numpy legacy code. Then if I downgrade numpy to access the legacy code, I get error with other package that are relying on numpy more recent version.... anyways, Could I get a working/compatible list of package/library with their version ? thanks in advance
Current setting :
windows 10
python 3.9 ( I don't mind changing)
The rest of my package I tried a lot of different version but here are some (I tried to reinstall them all on a fresh environment)
olorama==0.4.6
contourpy==1.2.0
cycler==0.12.1
Cython==3.0.11
fonttools==4.55.8
h5py==3.12.1
importlib_resources==6.5.2
kiwisolver==1.4.7
LFPy==2.3.5
LFPykit==0.5.1
matplotlib==3.8.0
MEAutility==1.5.2
NEURON==7.8
numpy==1.26.4
packaging==24.2
pillow==11.1.0
pyparsing==3.2.1
python-dateutil==2.9.0.post0
PyYAML==6.0.2
scipy==1.13.1
six==1.17.0
tqdm==4.67.1
zipp==3.21.0
The text was updated successfully, but these errors were encountered: