-
Notifications
You must be signed in to change notification settings - Fork 6
Description
I just tried to install pimsviewer on Windows, first via conda-forge, then via pip. Neither worked.
Both installs completes, but neither gave a functioning executable.
Installing with conda create -n pimsviewer -c conda-forge pimsviewer gave a text file, pimsviewer in envs\pimsviewer\Scripts, with a shebang as the first line, i.e. how executables are created on Linux. Windows requires making a .exe, .bat, or .cmd to have an executable file that can be executed from the command prompt.
Installing with conda create -n pimsviewer-pip python=3, then conda activate pimsviewer-pip, then pip install pimsviewer gave a proper pimsviewer.exe in envs\pimsviewer-pip\Scripts. But executing this pimsviewer.exe, either from File Explorer or the command prompt does nothing. (No output in terminal, no windows popups, and no way to debug the issue.)
Environment:
- Anaconda install, conda version 4.6.9.
- Windows 10, 64-bit, version 1809.