You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
Since Python2 is EOL I am building markupserve in the python:2-alpine container. Once the requirements from requirements.txt are installed, I attempt to execute markupserve and end up with another dependency that was not installed.
/tmp/markupserve # python2 markupserve.py -h
Traceback (most recent call last):
File "markupserve.py", line 11, in <module>
import configparser
ImportError: No module named configparser
Once installed with pip, markupserve starts up as expected.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Since Python2 is EOL I am building
markupserve
in thepython:2-alpine
container. Once the requirements fromrequirements.txt
are installed, I attempt to executemarkupserve
and end up with another dependency that was not installed.Once installed with
pip
,markupserve
starts up as expected.The text was updated successfully, but these errors were encountered: