Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error during Build Process of Docker image #2

Open
damare opened this issue Dec 18, 2023 · 0 comments
Open

Error during Build Process of Docker image #2

damare opened this issue Dec 18, 2023 · 0 comments

Comments

@damare
Copy link

damare commented Dec 18, 2023

The "Prerequisites" section refers to the use of Python 3.8.10, but the project's Dockerfile fixes Python only to v3, leading to
an error during the build process of the Docker image:

...
lib/zoneinfo_module.c: In function ‘zoneinfo_fromutc’:
lib/zoneinfo_module.c:600:19: error: ‘_PyLong_One’ undeclared (first use in this function); did you mean
‘_PyLong_New’?
...

Using the python:3.8.10 base image in the Dockerfile, fixes that problem.

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

No branches or pull requests

1 participant