chengzi0103
chengzi0103
repository: apache/airflow tag: 2.2.5-python3.8 pullPolicy: IfNotPresent
> the problem is that something is causing `apache-airflow==2.3.2` to be installed (the current latest), are you requiring an `apache-airflow` version in your `iconfig` package? > > (Test it yourself...
> @chengzi0103 to clarify what are the `install_requires` in your `iconfig` package, are you saying its `alembic`, if so what version? i have checked . my iconfig pkg list: click...
> @chengzi0103 are you 100% sure that you are using `apache/airflow:2.2.5-python3.8` as your base image? > > Because you must be using airflow 2.3.X to get the error you list:...
@thesuperzapper Okay, what I'm sure about is that the problem is on alembic. We have our own set of package versions, which conflict with some packages that come with airflow....
好的 谢谢 大佬
> **Describe the bug** [ray](https://github.com/ray-project/ray) crashes when invoked with scalene > > **To Reproduce** Steps to reproduce the behavior: Run the following code with scalene > > ```python > import...