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
The issue seems to be quite important, but is easy to solve, just a reminder for those who don't know why the environment can't build successfully in 2023. The FROM python:3 must change to FROM python:3.9 which is a compatible version by the author.
The text was updated successfully, but these errors were encountered:
The issue seems to be quite important, but is easy to solve, just a reminder for those who don't know why the environment can't build successfully in 2023. The
FROM python:3
must change toFROM python:3.9
which is a compatible version by the author.The text was updated successfully, but these errors were encountered: