happy-journalist-26770
09/12/2024, 5:36 PMMetaflow 2.12.8 executing ModelFlow for user:sln
Validating your flow...
The graph looks good!
2024-09-12 23:03:52.663 Bootstrapping virtual environment(s) ...
Pip ran into an error while setting up environment:
Could not find a binary distribution for pyod>=1.1.3
for the platform linux-64
Note that @pypi does not currently support source distributions
Packages:
@pypi_base(
packages={
"joblib": "1.2.0",
"matplotlib": "3.5.1",
"numpy": "1.24.0",
"pandas": "1.5.3",
"pillow": "10.1.0",
"psycopg2-binary": "2.9.9",
"requests": "2.31.0",
"seaborn": "0.11.2",
"torch": "2.1.2",
"transformers": "4.41.2",
"xgboost": "2.0.3",
"pydantic": "2.5.3",
"urllib3": "1.26.18",
"pydantic-settings": "2.1.0",
"jsonschema": "4.21.1",
"pycaret": "3.3.2",
"sqlalchemy": "2.0.28",
"nltk": "3.8.1",
"spacy": "3.7.4",
"sentence-transformers": "3.0.1",
"alembic": "1.13.1",
"pgvector": "",
"git+<https://github.com/openai/CLIP.git>": "",
"fastapi": "",
},
)
class ModelFlow(FlowSpec):
......
I need to use pypi as conda doesnt have pycaret version 3.3.2dry-beach-38304
09/12/2024, 5:53 PMpyod
doesn’t have a wheel. You can try the extension which supports this: https://docs.metaflow.org/scaling/dependencies/libraries#bleeding-edge-versions-of-the-decoratorshappy-journalist-26770
09/13/2024, 11:26 AMhappy-journalist-26770
09/13/2024, 11:27 AM--max-workers
which can be added to metaflow config (generally resides in ~/.metaflowconfig/config.json
)?
Want to set it as a default for all the flows.
FYI - Running tasks remotely(k8s)dry-beach-38304
09/13/2024, 2:20 PMhappy-journalist-26770
09/13/2024, 2:20 PMdry-beach-38304
09/13/2024, 3:46 PMhappy-journalist-26770
09/13/2024, 3:46 PM