Skip to content

PyPI (pip) installing StochPy fails with numpy error #11

@bgoli

Description

@bgoli

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions