GAMPTeam / vampyre

Approximate Message Passing in Python
MIT License
65 stars 28 forks source link

setup.py assumes numpy is already installed #10

Closed parthe closed 3 years ago

parthe commented 3 years ago

Gives an error:

Complete output (5 lines):
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "path\to\vampyre\setup.py", line 3, in <module>
        import numpy as np
    ModuleNotFoundError: No module named 'numpy'

The error goes away after explicitly installing numpy