immortal3
immortal3
WWindmill
Created by immortal3 on 4/12/2024 in #help
generate-metadata command failing
There is no error, but packages are not getting picked up. I manually edited .yaml file to add libraries for testing. But, my free limit is over. Free limit is one time offer or does it reset on monthly ?
14 replies
WWindmill
Created by immortal3 on 4/12/2024 in #help
generate-metadata command failing
Not sure why but override is not working, am i missing something ? Following script but on execution, it is not installing these libraries.
#extra_requirements:
#pydantic
#requests
#xmltodict
#bs4
#markdownify
#more_itertools>=10.2
#readabilipy
#openpyxl
#pandas
#numpy
#unstructured[pdf,md,pptx,docx]==0.12.0
#pypdf==3.17.4
#pikepdf==8.11.2
#python-dotenv
#python-dateutil

..... script
#extra_requirements:
#pydantic
#requests
#xmltodict
#bs4
#markdownify
#more_itertools>=10.2
#readabilipy
#openpyxl
#pandas
#numpy
#unstructured[pdf,md,pptx,docx]==0.12.0
#pypdf==3.17.4
#pikepdf==8.11.2
#python-dotenv
#python-dateutil

..... script
14 replies
WWindmill
Created by immortal3 on 4/12/2024 in #help
generate-metadata command failing
@rubenf any update on this ? You can also suggest any bypass that would work for time being. I would like to get POC working on windmill.
14 replies
WWindmill
Created by immortal3 on 4/12/2024 in #help
generate-metadata command failing
it's hello world with just requirements.txt which fails on
wmill script generate-metadata
wmill script generate-metadata
14 replies
WWindmill
Created by immortal3 on 4/12/2024 in #help
generate-metadata command failing
requirements.txt file
requests
xmltodict
bs4
markdownify
python-magic
more_itertools>=10.2
openpyxl
pandas
numpy
unstructured[pdf,md,pptx,docx]==0.12.0
pypdf==3.17.4
pikepdf==8.11.2
python-dotenv
python-dateutil
pre-commit
black
pylint
requests
xmltodict
bs4
markdownify
python-magic
more_itertools>=10.2
openpyxl
pandas
numpy
unstructured[pdf,md,pptx,docx]==0.12.0
pypdf==3.17.4
pikepdf==8.11.2
python-dotenv
python-dateutil
pre-commit
black
pylint
and
wmill script generate-metadata
wmill script generate-metadata
14 replies