clean-megabyte-14460
08/20/2024, 11:16 PMcrooked-jordan-29960
08/20/2024, 11:23 PMclean-megabyte-14460
08/20/2024, 11:25 PMcrooked-jordan-29960
08/20/2024, 11:27 PMclean-megabyte-14460
08/20/2024, 11:28 PMclean-megabyte-14460
08/20/2024, 11:29 PMcrooked-jordan-29960
08/20/2024, 11:31 PMcrooked-jordan-29960
08/20/2024, 11:32 PMdry-beach-38304
08/21/2024, 12:17 AMdry-beach-38304
08/21/2024, 12:17 AMdry-beach-38304
08/21/2024, 12:18 AM--conda-pkg ffmpeg
as an example.victorious-lawyer-58417
08/21/2024, 12:30 AM@conda(libraries={'ffmpeg': '7.0.2'})
@step
def start(self):
from subprocess import call
call(['ffmpeg'])
self.next(self.end)
dry-beach-38304
08/21/2024, 3:24 AMdry-beach-38304
08/21/2024, 3:25 AMclean-megabyte-14460
08/21/2024, 3:17 PMdry-beach-38304
08/21/2024, 3:21 PMdry-beach-38304
08/21/2024, 3:22 PMclean-megabyte-14460
08/21/2024, 3:24 PM@batch(cpu=2, memory=12288)
@conda(python='3.10.8', packages={'boto3':'1.35.1', 'transformers':'4.44.0', 'pytorch':'2.3.1', 'numpy':'1.23.1','ffmpeg':'7.0.2'})
@step
def step_name(self):
The cli is just python main.py --environment conda run
clean-megabyte-14460
08/21/2024, 3:25 PM2024-08-21 08:24:19.697 Bootstrapping virtual environment(s) ...
Micromamba ran into an error while setting up environment:
command '/Users/daniel.mcgoldrick/.metaflowconfig/micromamba/bin/micromamba create --yes --quiet --dry-run --no-extra-safety-checks --repodata-ttl=86400 --retry-clean-cache --prefix=/var/folders/2l/zhhpcjjx6sqct256svgv1myh0000gp/T/tmpg5hcms0k/prefix --channel=conda-forge requests==>=2.21.0 boto3==1.35.1 transformers==4.44.0 pytorch==2.3.1 numpy==1.23.1 ffmpeg==7.0.2 python==3.10.8' returned error (1)
nothing provides __glibc >=2.17,<3.0.a0 needed by pytorch-2.3.1-cpu_generic_py310ha4c588e_0
nothing provides __glibc >=2.17,<3.0.a0 needed by ffmpeg-7.0.2-gpl_h0db5852_100
clean-megabyte-14460
08/21/2024, 3:26 PM--with batch
appended at runtimedry-beach-38304
08/21/2024, 3:39 PMclean-megabyte-14460
08/21/2024, 3:59 PMdry-beach-38304
08/21/2024, 4:32 PM