We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
some of files cannot be imported
in "CoNeX/Example/test /mnist.py" these files: PreTrace, PostTrace, PreSpikeCatcher, PostSpikeCatcher,
cannot be imported.
the error massage is:
ImportError Traceback (most recent call last) in <cell line: 25>() 23 NeuronAxon, 24 ) ---> 25 from conex.behaviors.synapses import ( 26 SynapseInit, 27 PreTrace,
ImportError: cannot import name 'PreTrace' from 'conex.behaviors.synapses' (/usr/local/lib/python3.10/dist-packages/conex/behaviors/synapses/init.py)
The text was updated successfully, but these errors were encountered:
These newer behaviors hasn't been released on PyPi yet. In the mean time, please install CoNeX from Github:
pip install git+https://github.com/cnrl/CoNeX.git
I'll close this issue when we release a new version.
Sorry, something went wrong.
tnx
No branches or pull requests
some of files cannot be imported
in "CoNeX/Example/test
/mnist.py" these files:
PreTrace,
PostTrace,
PreSpikeCatcher,
PostSpikeCatcher,
cannot be imported.
the error massage is:
ImportError Traceback (most recent call last)
in <cell line: 25>()
23 NeuronAxon,
24 )
---> 25 from conex.behaviors.synapses import (
26 SynapseInit,
27 PreTrace,
ImportError: cannot import name 'PreTrace' from 'conex.behaviors.synapses' (/usr/local/lib/python3.10/dist-packages/conex/behaviors/synapses/init.py)
The text was updated successfully, but these errors were encountered: