Azure / MachineLearningNotebooks

Python notebooks with ML and deep learning examples with Azure Machine Learning Python SDK | Microsoft
https://docs.microsoft.com/azure/machine-learning/service/
MIT License
4.07k stars 2.52k forks source link

Failed to install opencv in a step of a pipeline #1903

Open edublanco opened 1 year ago

edublanco commented 1 year ago

I am trying to make a trining step for a pipeline where I need open cv, I have manage to install it in the environment but for some reason it doesn't find it. My error:

Execution failed. User process '/azureml-envs/azureml/bin/python' exited with status code 1. Please check log file 'user_logs/std_log.txt' for error details. Error: Traceback (most recent call last): File "train.py", line 8, in import cv2 File "/azureml-envs/azureml/lib/python3.8/site-packages/cv2/init.py", line 181, in bootstrap() File "/azureml-envs/azureml/lib/python3.8/site-packages/cv2/init.py", line 153, in bootstrap native_module = importlib.import_module("cv2") File "/azureml-envs/azureml/lib/python3.8/importlib/init.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) ImportError: libGL.so.1: cannot open shared object file: No such file or directory

I have also tried with regular import opencv-python

my yml: name: train_env channels: