sklearn.manifold import MDS No module named 'numpy.random.bit_generator'

1.2k Views Asked by At

I'm trying to set up an analysis pipeline to generate MDS figures. I imported what I think is necessary, but its resulting in an error:

import numpy as np

import pandas as pd

from sklearn.manifold import MDS
File "biasedurn.pyx", line 1, in init scipy.stats.biasedurn
ModuleNotFoundError: No module named 'numpy.random.bit_generator'

how should I resolve this?

0

There are 0 best solutions below