IBM / federated-learning-lib

A library for federated learning (a distributed machine learning process) in an enterprise environment.
Other
500 stars 136 forks source link

Receive 'No Module Found' error message when running the Docker image #124

Open saigontrade88 opened 1 year ago

saigontrade88 commented 1 year ago

Hello,

I was able to generate the docker image by following your provided instruction. However, when I test the newly generated image, I receive 'No Module Found' error message. Please see the following screenshot for more information.

docker_ibm_screenshot

I use a VirtualBox virtual machine with Ubuntu 20.04 operating system. My host system is a Windows machine. Can you help check and advise if I have missed anything. Many thanks.

Long #

chalianwar commented 1 year ago

Looks like container image you generated does not have the required packages installed for some reason.

You can manually install these packages once the container is running and before executing the generate_data.py script.