pnnl / HyperNetX

Python package for hypergraph analysis and visualization.
https://hypernetx.readthedocs.io
Other
536 stars 92 forks source link

AttributeError: module 'numpy' has no attribute '_no_nep50_warning' #114

Closed rsonthal closed 1 year ago

rsonthal commented 1 year ago

Describe the bug When I import the library I get the following error AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

To Reproduce On Google Colab with T4 GPU

!pip install hypernetx import torch import numpy as np import networkx as nx import sys import hypernetx as hnx

Expected behavior AttributeError: module 'numpy' has no attribute '_no_nep50_warning'

Screenshots Screen Shot 2023-06-22 at 2 02 38 PM

rsonthal commented 1 year ago

Had to restart runtime.