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

Import problems #66

Open
Darch-the-scientist opened this issue Jan 14, 2025 · 2 comments
Open

Import problems #66

Darch-the-scientist opened this issue Jan 14, 2025 · 2 comments

Comments

@Darch-the-scientist
Copy link

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)

@saeedark
Copy link
Collaborator

saeedark commented Jan 14, 2025

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.

@Darch-the-scientist
Copy link
Author

tnx

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

2 participants