Skip to content Skip to sidebar Skip to footer

Modulenotfounderror: No Module Named 'verovio'

Hi there I would like to run my flask app in a container but I got stucked caused of a third party module. (I am using PyCharm) This is my docker file: FROM python:3-alpine MAINTA

Solution 1:

You need to do in the container the same you did in your local host. That is, you need to add steps to the Dockerfile to compile verovio and use it in the container.


Post a Comment for "Modulenotfounderror: No Module Named 'verovio'"