juliencegarra / OpenMATB

OpenMATB: A Multi-Attribute Task Battery promoting task customization, software extendability and experiment replicability
Other
43 stars 32 forks source link

Help: module in requirements.txt missing #14

Closed thomakl closed 1 year ago

thomakl commented 1 year ago

Hi,

For the project installation at the main branch, the module 'numpy' is missing in the .travis.requirements.txt.

Cheers,

benoitvalery commented 1 year ago

Hi @thomakl, to install correct libraries, you have to use the requirements.txt file along with python pip, as described in the main tutorial.

python3.9 -m pip install -r requirements.txt

In the command above, you must replace python3.9 by your own python distribution alias.