Closed rsonthal closed 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'
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
!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
Had to restart runtime.
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