5
Hello!
I’m trying to generate random values of a distribution (Gamma, normal and etc) in python, but I’m having trouble importing the library. I am using the following library "import scipy.special as sps", but it is giving error... using both Python 2 and Python 3.
Thanks in advance.
Which error is being shown?
– Jéf Bueno
This error: Traceback (Most recent call last): File "<stdin>", line 1, in <module> Import: No module named 'scipy'
– user20273