Python Library not being installed in Custom Model [AI Center]

@Joaquin_Bracci

Can you try installing using requirements.txt…this helps us understand if the library needs any deoendency or if the issue is something else

pip install -r requirements.txt -c constraints.txt

Cheers