pafoster / pyitlib

A library of information-theoretic methods for data analysis and machine learning, implemented in Python and NumPy.
MIT License
90 stars 17 forks source link

Getting ImportError: numpy.core.multiarray failed to import #16

Open rkisdp opened 1 year ago

rkisdp commented 1 year ago

I am trying to import and use from "pyitlib import discrete_random_variable as drv" but it giving this error. ImportError: numpy.core.multiarray failed to import. Can you please look into this?