stochpy icon indicating copy to clipboard operation
stochpy copied to clipboard

PyPI (pip) installing StochPy fails with numpy error

Open bgoli opened this issue 7 months ago • 0 comments

If you try to install StochPy from PyPI with

pip install stochpy

and get the numpy error shown at the end of this issue, please use:

pip install stochpy==2.5

to install the latest version.


numpy error

(stest1) mypython\test>pip install stochpy
Collecting stochpy
  Downloading StochPy-23.tar.gz (279 kB)
  Preparing metadata (setup.py) ... error
  error: subprocess-exited-with-error

  × python setup.py egg_info did not run successfully.
  │ exit code: 4294967295
  ╰─> [4 lines of output]
      No module named 'numpy'
      StochPy requires NumPy

      See http://numpy.scipy.org/ for more information about NumPy
      [end of output]

bgoli avatar Jun 20 '25 09:06 bgoli