Closed Trajjan closed 2 years ago
While deploying with the docker-compose up -d command, I get the following error in the conceptarium_frontend container.
docker-compose up -d
AttributeError: module 'click' has no attribute 'get_os_args'
It is resolved by adding 'click' in frontend/requirements.txt
Thanks for your time!
While deploying with the
docker-compose up -d
command, I get the following error in the conceptarium_frontend container.AttributeError: module 'click' has no attribute 'get_os_args'
It is resolved by adding 'click' in frontend/requirements.txt