Hello
I am trying to compile a python script using my Docker container.
When I install a new library in the Docker container:
-
I install it using the docker container’s command line:
pip install openpyxl
it installs succesfully -
but when i try and compile a python script using the same docker container i receive this error: from openpyxl import load_workbook
ImportError: No module named ‘openpyxl’