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
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