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

added missing __init__.py in network and network_analysis folders of … #1

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

neuronalX
Copy link

@neuronalX neuronalX commented Dec 2, 2018

Hello,

In order to make the notebooks 1/2/3 (of Bengalese Finch examples) work, I needed to make the following changes:

  • install missing librairies in requirements.txt (updated)
  • add missing init.py files in corresponding folders and making the python setup.py install again (in order to make solve the import errors below).

ImportError: No module named 'avgn.network_analysis'
ImportError: No module named 'avgn.network'

@neuronalX neuronalX closed this Dec 3, 2018
@neuronalX neuronalX reopened this Dec 3, 2018
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

Successfully merging this pull request may close these issues.

1 participant