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

Tutorial 1 does not run. #73

Closed
LilithHafner opened this issue Oct 30, 2021 · 1 comment
Closed

Tutorial 1 does not run. #73

LilithHafner opened this issue Oct 30, 2021 · 1 comment

Comments

@LilithHafner
Copy link

LilithHafner commented Oct 30, 2021

I had to change the first line from

# !pip install hypernetx

to

!pip install hypernetx
!pip install celluloid
!pip install igraph

to get it to work

Steps to reproduce:

  1. create a new google account
  2. open the tutorial

I'm not familiar enough with codelab to give an easier reproduction than this, but I hope there is one.

EDIT: Another option to reproduce:

  1. uninstall celluloid & igraph (and anything that depends on them)
  2. run pip3 install hypernetx from terminal to trigger automatic installation of all of install_requires but not extras_require
  3. run import hypernetx from python
@brendapraggastis
Copy link
Collaborator

@michaeldorner Thanks for pointing this out. Yes, some of the new modules have dependencies that weren't added to setup.py.
I will push these in a bugfix release shortly. @brendapraggastis

bonicim added a commit that referenced this issue May 15, 2023
Merge in HYP/hypernetx from fix-hyp-tests to bp2

* commit 'cd72cde6700d5d71ef5e295e451185501073501c':
  Fix Hypergraph tests and source code
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 a pull request may close this issue.

3 participants