jeongsoo56

Results 3 comments of jeongsoo56

try to make your library version same as in enviroment.yaml file dependencies: - python=3.8.10 - pip=20.3 - cudatoolkit=11.3 - pytorch=1.10.2 - torchvision=0.11.3 - numpy=1.22.3 - pip: - albumentations==1.1.0 - opencv-python==4.2.0.34...

> Looks like you are using python 3.10, try python=3.8.10

> The subprocess spawned by `app.py` use the system python and not the venv python. > > in `app.py`, add `import sys` at the begining and change `'python'` on line...