Skip to content

Package problem #2

@CStriker

Description

@CStriker

Hello,

I'm trying to run MAGMA on conda environment.

It seems that there are some problems with requirements.txt

First problem is numpy dependency problem.

nevergrad==0.5.0 requires numpy >= 1.21.1
tensorflow==2.4.1 requires numpy ~= 1.19.2
but requirements.txt installs numpy == 1.16.4

Moreover, 'stable-baselines' only supports tensorflow<=1.15.0

if I use tensorflow == 1.15.0 with numpy === 1.21.1,

ValueError: too many values to unpack (expected 2)

occurs.

if I use tensorflow == 2.4.1 with numpy === 1.21.1,

error occurs becuase there is no tensorflow.contrib module

please let me know the appropriate environment (version of numpy & tensorflow) for executing MAGMA.

Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions