Jeremy Worden
Jeremy Worden5mo ago

Python LDAP

Have a script that uses "python-ldap". My python script has an import of "import ldap". Windmill tries to use a package of ldap instead of the python-ldap. I get and error of '"ldap" is not installable. You probably want python-ldap.' Any suggestions?
2 Replies
rubenf
rubenf5mo ago
Yes, you can become one of the mighty Windmill contributor with a little PR to this exception list: https://github.com/windmill-labs/windmill/blob/main/backend/parsers/windmill-parser-py-imports/src/lib.rs#L55
GitHub
windmill/backend/parsers/windmill-parser-py-imports/src/lib.rs at m...
Open-source developer platform to turn scripts into workflows and UIs. Fastest workflow engine (5x vs Airflow). Open-source alternative to Airplane and Retool. - windmill-labs/windmill
rubenf
rubenf5mo ago
otherwise use #requirements directly