bored-megabyte-53307
02/05/2024, 8:09 PMwhl file using the syntax
@pypi(
python="3.11.5",
packages={
"/my/directory/path/mylibrary.whl": "",
},
)
using the metaflow-netflixext package. I'm having to have mamba installed though. Is there any way of configuring things so that mamba is not required? For example, setting an env variable to use conda instead?dry-beach-38304
02/05/2024, 8:10 PMdry-beach-38304
02/05/2024, 8:11 PMdry-beach-38304
02/05/2024, 8:11 PMbored-megabyte-53307
02/05/2024, 8:12 PMMETAFLOW_CONDA_DEPENDENCY_RESOLVERdry-beach-38304
02/05/2024, 8:12 PMdry-beach-38304
02/05/2024, 8:12 PMdry-beach-38304
02/05/2024, 8:12 PMbored-megabyte-53307
02/05/2024, 8:12 PMbored-megabyte-53307
02/05/2024, 8:12 PMdry-beach-38304
02/05/2024, 8:12 PMdry-beach-38304
02/05/2024, 8:12 PMdry-beach-38304
02/05/2024, 8:13 PMbored-megabyte-53307
02/05/2024, 8:38 PMbored-megabyte-53307
02/05/2024, 8:38 PMdry-beach-38304
02/05/2024, 8:42 PMbored-megabyte-53307
02/06/2024, 8:24 PM.whl file has been updated. Is there a way to force update of the cached environment?dry-beach-38304
02/06/2024, 8:27 PMdry-beach-38304
02/06/2024, 8:27 PMdry-beach-38304
02/06/2024, 8:27 PMbored-megabyte-53307
03/21/2024, 2:24 PMdry-beach-38304
03/21/2024, 2:27 PMbored-megabyte-53307
03/21/2024, 2:30 PMdry-beach-38304
03/21/2024, 3:25 PMbored-megabyte-53307
03/21/2024, 8:25 PMdef helper(self, x, y):
etc.dry-beach-38304
03/26/2024, 5:52 AMpython ./myflow.py --environment=conda environment resolve --force <step-name>. That will re-resolve the environment even if it is already resolved. The related problem is about uploading updated versions of the wheel and that it seems it does already (albeit badly) So am working on that as well but the command above should help.dry-beach-38304
03/26/2024, 5:53 AMdry-beach-38304
03/26/2024, 9:13 AMbored-megabyte-53307
03/26/2024, 9:20 PMdry-beach-38304
03/26/2024, 9:25 PMbored-megabyte-53307
03/26/2024, 9:31 PMbored-megabyte-53307
03/29/2024, 3:50 PMdry-beach-38304
03/29/2024, 3:52 PMbored-megabyte-53307
03/29/2024, 3:53 PM2024-03-29 08:36:00.520 [1195/train/8756 (pid 10349)] raise ParamValidationError(report=report.generate_report())
2024-03-29 08:36:00.520 [1195/train/8756 (pid 10349)] botocore.exceptions.ParamValidationError: Parameter validation failed:
2024-03-29 08:36:00.520 [1195/train/8756 (pid 10349)] Missing required parameter in containerProperties.logConfiguration: "logDriver"dry-beach-38304
03/29/2024, 3:59 PMbrainy-truck-72938
03/29/2024, 4:01 PMbored-megabyte-53307
03/29/2024, 4:02 PMbrainy-truck-72938
03/29/2024, 4:52 PMbrainy-truck-72938
03/29/2024, 5:05 PMbored-megabyte-53307
03/29/2024, 5:06 PMbored-megabyte-53307
03/29/2024, 5:33 PMbrainy-truck-72938
03/29/2024, 5:33 PMbrainy-truck-72938
03/30/2024, 9:27 AMbored-megabyte-53307
03/30/2024, 1:54 PM