Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

Need to add configparser to list of requirements #10

Open
hickey opened this issue Jan 8, 2024 · 0 comments
Open

Need to add configparser to list of requirements #10

hickey opened this issue Jan 8, 2024 · 0 comments

Comments

@hickey
Copy link

hickey commented Jan 8, 2024

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant