I'm trying to use conda-pack
to distribute a conda env to a different offline machine.
Following the steps at https://conda.github.io/conda-pack/ results in most things working (e.g. python, ipython, importing modules).
However, Spyder is not working. When I launch spyder from command prompt it says
This application failed to start because it could not find or
load the Qt platform plugin "windows" in "".
I looked into some related discussions like Qt 5.1.1: Application failed to start because platform plugin "windows" is missing however I have not found a fix.