Closed skleffmann closed 2 years ago
Hi,
after upgrading to release 1.20, I can't start the docker container anymore, giving me the following error:
`Traceback (most recent call last):
File "/opt/app.py", line 9, in
import requests
ModuleNotFoundError: No module named 'requests'`
Everything worked fine before. Setup is a ubuntu 22.04 lcx on proxmox, running python3.10.4.
Aha, good catch - update requirements.txt with a new line like:
requests
Then build again. Does that fix your issue? If so I'll push a new release
Perfect, that did the trick. The docker is working now.
Hi,
after upgrading to release 1.20, I can't start the docker container anymore, giving me the following error:
`Traceback (most recent call last):
File "/opt/app.py", line 9, in
ModuleNotFoundError: No module named 'requests'`
Everything worked fine before. Setup is a ubuntu 22.04 lcx on proxmox, running python3.10.4.