SharmikaNCFC
Trying to import Python package but Windmill doesn't recognise it
Hi there,
I've been trying to use the package https://pypi.org/project/CurrencyConverter/ in my script, but when I try import it per what the package docs say, I keep getting a module not found error. I've checked the script's lockfile and it is in there with the correct version too, but I can't import and use it.
This is part of the error message I'm getting: from currency_converter import CurrencyConverter
ModuleNotFoundError: No module named 'currency_converter'
Thanks in advance!
7 replies