Error installing requirements___

I am getting an error which says that requirements are not installed properly.

Hi @Ahmad_Saadat - welcome to our community! :hugs:

Could you please share the full error log trace?

Thanks,
Charly

You probably have to replace sklearn with scikit-learn in your requirements file, since this is the old deprecated name.

1 Like

Good call @Franky1!