can't use cv2 after pip install albumentations on azure vm #51
firasam
started this conversation in
3.0 VMs and data (Azure VM, local deployment, and Jupyter)
Replies: 2 comments 1 reply
-
|
@codeindulgence any ideas? :) |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi @firasam, In order to use From there you can |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello all. recently i
installed albumentations (https://pypi.org/project/albumentations/#installation)
using pip install comand on jupyter notebook on azure vm. and after i install it i cant use cv2 because if i import cv2 it will throw the following error:""ImportError: libXrender.so.1: cannot open shared object file: No such file or directory
judging by this link
https://albumentations.ai/docs/faq/#i-successfully-installed-the-library-but-when-i-am-trying-to-import-it-i-receive-an-error-importerror-libxrenderso1-cannot-open-shared-object-file-no-such-file-or-directory
seems like the solution is to do sudo apt-get update to update the cv2 and the depedencies. but i can't do it on the jupyter docker on the azure vm. is there any way to fix this?
Beta Was this translation helpful? Give feedback.
All reactions