Replace the following code in `moduleInstaller.ts` to use `getActiveInterpreter` ```typescript const currentInterpreter = interpreters.length > 1 ? interpreters.filter(x => fileSystem.arePathsSame(x.path, pythonPath))[0] : interpreters[0]; ```