AttributeError: module 'numpy' has no attribute '_no_nep50_warning'
rsonthal opened this issue · 1 comments
rsonthal commented
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'
rsonthal commented
Had to restart runtime.