Install feature_engine with pipx, but still ModuleNotFoundError

What have you tried: pipx install feature_engine --include-deps

What is the error: ModuleNotFoundError : No Module named feature_engine found

What device is this on: Raspberry PI 400

pipx doesn’t install python modules globally, so you have to be in the correct folder etc for it to work, i.e any dependencies have to be in the place you ran the command from