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
and here is faulty:
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?
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 failureI also think the yaml file here
stefann/release/env_cpu.yml
Line 12 in acac8fe
and here is faulty:
stefann/release/env_gpu.yml
Line 12 in acac8fe
I guess it should look more like the OSX version with a double
==and tensorflow below pip.stefann/release/env_osx.yml
Lines 10 to 15 in acac8fe
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.0it also failed.Any idea how to solve this? Or is there an alternative way to install it? A docker container maybe?