Skip to content

Can't get it to run due to 'integrity failure'. #8

Description

@dietercastel

Hi,

I was trying out your project but I'm stuck installing dependencies. I tried the conda installation method but it keeps failing (tried cpu, gpu and osx yamls).
[DEBUG] Loading application... integrity failure

I also think the yaml file here

- tensorflow=2.1.0

and here is faulty:
- tensorflow-gpu=2.1.0

I guess it should look more like the OSX version with a double == and tensorflow below pip.

- python
- requests
- pip:
- tensorflow==2.1.0
- opencv-python==4.1.0.*
- opencv-contrib-python-headless

However even when I edit the env_cpu.yaml that way it seems to fail.

It could be related to this issue: tensorflow/tensorflow#37316
but when I tried tensorflow>=2.1.0 it also failed.

Any idea how to solve this? Or is there an alternative way to install it? A docker container maybe?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions