Implemented a Docker container with Echoflow installed via pip install echoflow, using Test PyPI. This setup requires fetching setuptools from Test PyPI.
Failed Resolutions :
Adding PyPI as an extra index:
Placed before Test PyPI, it installs an incorrect Echoflow version.
Placed after Test PyPI, it fails to find setuptools.
Using --no-deps doesn't prevent the installation of setuptools as required by Echoflow's pyproject.toml.
Implemented a Docker container with Echoflow installed via
pip install echoflow
, using Test PyPI. This setup requires fetchingsetuptools
from Test PyPI.Failed Resolutions :
--no-deps
doesn't prevent the installation ofsetuptools
as required by Echoflow'spyproject.toml
.@leewujung @valentina-s