from torch._C import * # noqa: F4030
conda uninstall pytorch torchvision torchaudio pytorch-cuda=12.4
conda install pytorch torchvision torchaudio pytorch-cuda=12.4
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
import numpy
numpy.__version__
pip uninstall numpy==2
pip install numpy==1.24.6
RuntimeWarning: networkx backend defined more than once: nx-loopback
AttributeError: module 'numpy' has no attribute 'int'
pip install numpy==1.23