'Optimus ModuleNotFoundError: No module named 'optimus.engines.vaex'

When I create a Optimus object with vaex engine i get this error.

from optimus import Optimus
op = Optimus("vaex")
df = op.load.csv("houseData/test.csv")


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source