Pyra
Trying to import Python package but Windmill doesn't recognise it
When you use
#requirements:
it prevents windmill from inferring other imports. If you want to have part of dependencies specified explicitly and part inferred from imports use #extra_dependencies:
https://www.windmill.dev/docs/advanced/dependencies_in_python#pinning-dependencies-and-requirements7 replies
Trying to import Python package but Windmill doesn't recognise it
@SharmikaNCFC Hello. Could you try running this sample?
Otherwise windmill will install currency_converter -> currency.converter (https://pypi.org/project/currency.converter/), which is different package.
The one you want has no underscore and you need to specify it explicitly.
7 replies